Home › Forums › Jevelin Theme › Removing padding around revolution slider
Home › Forums › Jevelin Theme › Removing padding around revolution slider
Hi,
On my homepage (http://www.bernardpretorius.com) the revolution slider is sitting underneath my header, however there is some unwanted padding in between that I do not want (see screenshot).
In the page builder all padding is removed from the revolution slider content as well as the section it is sitting in.
Any advice?
Thanks
Hi @photobernard,
Thank you for your question.
You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#wrapper > .sh-page-layout-default { padding-top: 0 !important; }
Best regards,
Shufflehound team
Amazing! That has worked perfectly! Thank you so much
Actually – is there a way to just remove the padding on my homepage and not on all the pages?
Solution for this topic
Yes sure, Just use below CSS code instead of shared above.
.home #wrapper > .sh-page-layout-default { padding-top: 0 !important; }
Awesome! Thank you so much for your help!
You are most welcome here š