Site logo

[Resolved] Adding top and bottom menu padding

Home Forums Support [Resolved] Adding top and bottom menu padding

Home Forums Support Adding top and bottom menu padding

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2162089
    Shannon

    How do I add top and bottom menu padding?

    You can see the current menu at https://strataflows.wpenginepowered.com does not currently have sufficient padding on the top and bottom of the menu.

    #2162264
    David
    Staff
    Customer Support

    Hi there,

    you can edit the Customizer > Layout > Header –> Padding and increase the top / bottom values.

    #2162271
    Shannon

    By menu, I meant the drop down menu, not the header. I apologize for not clarifying.

    #2162278
    David
    Staff
    Customer Support

    No problems – i thought that may be the case 🙂
    Try adding this CSS:

    .main-navigation ul ul {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #2162349
    Shannon

    That worked! There were some conflicting customizations to the stylesheet that came with the theme. When I removed them and replaced with your code, it worked perfectly. Thanks!

    #2162509
    David
    Staff
    Customer Support

    Glad to hear you got it working!

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