We are using the fullwidth submenu on many of our pages and there is very little padding (maybe 2px) between the menu and the content. What quick css can I add to increase the padding between the bottom of the submenu border and the top of the content.
Thanks!
Miles
Hi debenm!
Please use the below CSS in Enfold > General Styling > Quick CSS
#after_submenu .container {
padding-top: 50px;
}
Regards,
Vinay