Hi guys
Trying to customize the padding between full width easy slider and main menu. I put in whitespace in the page editor and set it to 5px, but the padding is huge (see sample here: https://imgur.com/a/XCf9TSh
If I remove the whitespace/separator in the page editor, the fullwidth easy slider has zero space between it and the main menu.
Is there a solution or CSS?
Thank you!
Jon
Hey jonroot,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#main > .container_wrap_first:first-child .content {
padding: 20px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hey Victoria
Thanks for the snipper, doesn’t seem to be working though. Could it be because you helped me set up those two lines either side of my menu? Let me know…
Jon
Hi,
Thank you for the update.
The previous css code should have worked. Please remove the whitespace/separator element and adjust the css code a bit.
#main {
padding-top: 50px;
}
Best regards,
Ismael
Yes! Perfect. Thank you Ismael.
Jon