Tagged: padding
-
AuthorPosts
-
January 26, 2016 at 11:57 am #572035
Hi,
We installed the plugin “Simple Share Buttons Adder” which was recommended from Enfold team in a different post and it is working perfectly fine.
However, the buttons are being added right after the contents (at the end) and without any space. How can I add a padding of 20px to ALL pages on the website through CSS?
Thank you
January 26, 2016 at 3:08 pm #572146Hi sitesme!
Please post the link to your page where we can see an example so we can provide you an accurate solution.
Cheers!
YigitJanuary 26, 2016 at 7:30 pm #572304Hi Yigit,
Please check the link in private. Thank you
January 27, 2016 at 11:29 pm #573313Hey!
The link you posted is returning “Page Not Found”.
Cheers!
JosueJanuary 27, 2016 at 11:34 pm #573317Hi Josue,
Please check again in PVT
January 27, 2016 at 11:36 pm #573320Hey!
Try adding this code to the Quick CSS:
.ssba.ssba-wrap { padding: 20px; }Cheers!
JosueJanuary 28, 2016 at 12:02 am #573334Hi Josue,
This seems to move the whole div in all directions. Any way to just move it vertically? Something such as “top padding”?
January 28, 2016 at 12:03 am #573336Change it to:
.ssba.ssba-wrap { padding: 20px 0; }January 28, 2016 at 12:09 am #573337No effect unfortunately.
January 28, 2016 at 12:11 am #573340Try increasing the value, 20px to something higher like 60px.
January 28, 2016 at 12:12 am #573342Added 100px but it is adding space AFTER the social share icons.
I would like the space after the end of the page (contents) and BEFORE the social share icons.January 28, 2016 at 12:14 am #573343Ok, try with:
.ssba.ssba-wrap { padding: 100px 0 0 0; }paddingaccepts 4 values in this order:top right bottom left, so in the code above we only increasetop.January 28, 2016 at 12:15 am #573345No effect with the latest code
January 28, 2016 at 12:17 am #573347Found something strange…
In the homepage it seems to be working fine. Inner pages don’t work the same way.
So I changed the code above to 500px and… inner pages are perfect now: http://dns.d.pr/QI13/1aNmQOeu but homepage is terribly bad: http://dns.d.pr/165Rk/3zAtO3VKJanuary 28, 2016 at 12:34 am #573350Can you change it back to 100px and link me one inner page where the issue occurs.
Best regards,
JosueJanuary 28, 2016 at 8:30 am #573552Hi Josue, please check below changed with 100px
January 28, 2016 at 11:39 am #573636Ok, use this one instead:
.ssba.ssba-wrap { padding: 100px 0 0 0; clear: both; }Regards,
JosueJanuary 28, 2016 at 11:51 am #573645Superb Josue,
Thanks a million :)
January 28, 2016 at 11:51 am #573646You are welcome, glad to help :)
Regards,
Josue -
AuthorPosts
- The topic ‘Padding fix at the bottom of the page’ is closed to new replies.
