Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #47529
    fmck718
    Participant

    Hi Sakin,
    On my site – sorrows.wpengine.com – I’ve reduced the height of my Main Menu, but the boxes within the Child Menu have remained at their original height (which is too big for my preference). Can you let me know the best way to reduce the height of the Child Menu boxes?

    As always, thank you.

    #47555
    Sakin
    Keymaster

    @fmck718: You can adjust the line-height, padding-top and padding-bottom as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.

    #header-menu ul.menu ul a {
        line-height: 24px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #47670
    fmck718
    Participant

    Perfect, as usual. Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Height of boxes within Child Menu’ is closed to new replies.