Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
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