Tagged: socket
-
AuthorPosts
-
November 10, 2014 at 5:22 pm #348881
Hello,
first of all: Best theme ever. Period.
Now to my question:
Is it possible to change the exact alignment of the copyright text and the social icons? Because right now they are not really completely on the left side nor on the right side. Regardless of whether I use the “Boxed Layout” or the “Stretched Layout”, there is always a lot of space on the left side of the copyright text and a lot of space on the right side of the social icons. I would like to align both of them completely to the outer border where the portfolio items begin/end.November 10, 2014 at 8:34 pm #349008Hey sascha0101!
Try adding this to your custom CSS.
#footer .container { max-width: 100% !important; }
If that is not working then please send us a link so we can take a closer look at your setup. You can mark your reply as private if you wish.
Cheers!
ElliottNovember 10, 2014 at 9:23 pm #349037Thanks for your reply.
I’ve added the code to the quick CSS but nothing changed so far.November 10, 2014 at 9:24 pm #349038This reply has been marked as private.November 11, 2014 at 12:43 pm #349305Hey!
Thank you for using Enfold. Please try this:
#socket .container { max-width: 100% !important; width: 100% !important; }
I said this line before, on one of our casual team discussions, exactly as you said it, “Best theme ever. Period.”. :D
Regards,
IsmaelNovember 11, 2014 at 3:00 pm #349373Geat! That did the trick. Thanks a lot!
Now I got one more for you guys:
How do I give the masonry gallery elements (the portfolio images) a slight thin border? I don’t mean the “gap” option inside the masonry gallery settings. I chose the “1 pixel gap” which is fine for me. But now I want the elements itself to have a thin grey border.For example:
When you look at my website, the last picture on the bottom (the one with the girl and the shadow on the wall) blends from the white on the right side of the picture into the white of the background. I need a slight border/line that really separates it from the background. I want this to be around every image/portfolio item.
@Ismael:
hahah nice … and I hope everyone agreed with you :)November 11, 2014 at 3:01 pm #349374This reply has been marked as private.November 12, 2014 at 7:20 pm #350239Hi!
Try with this:
.av-masonry-entry { border: 1px solid gray; }
Regards,
JosueNovember 12, 2014 at 10:34 pm #350413Thanks but this code does some weird things.
1. The border appears but not everywhere in the same thickness. The elements on the right side don’t have a border at all on their respective right side.
2. The last two images where moved one spot to the right. So now the empty field is on the lower left corner instead of the lower right as it was before.
3. The border doesn’t seem to be equally aligned throughout the gallery.Is there another possibility to archive even borders on every image?
November 12, 2014 at 10:35 pm #350416This reply has been marked as private.November 14, 2014 at 1:42 pm #351224Please, I still need help for my problem.
See my previous post.November 15, 2014 at 12:24 am #351605Hi!
Unfortunately it’s not as easy as it looks with the masonry because it can mess up the scripts. Try this out.
.av-inner-masonry { outline: 2px solid gray !important; }
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
November 15, 2014 at 1:25 pm #351792That’s actually it ! :)
Changed it to 1px and that’s fine now.The support here is really great. Buying this theme was worth every cent!
Found a ton of useful code snippets throughout the forum.
You guys are doing an exceptional work :)Best,
Sascha- This reply was modified 10 years ago by sascha0101.
-
AuthorPosts
- The topic ‘Socket alignment of copyright text and social icons’ is closed to new replies.