Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #612368

    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.

    Example site

    Thanks!
    Miles

    • This topic was modified 8 years, 7 months ago by debenm.
    #612463

    Hi debenm!

    Please use the below CSS in Enfold > General Styling > Quick CSS

    
    #after_submenu .container {
        padding-top: 50px;
    }
    

    Regards,
    Vinay

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.