Main Menu Height Code

Home Support Business Point Plus Main Menu Height Code

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #11338
    Karen Chung
    Participant

    The main menu http://www.emisc.com is a bit too thick vertically

    What is the css to change the height?

    Thank you!

    #11345
    Karen Chung
    Participant

    Hello,

    It’s coming up on the weekend and I would really appreciate a definitive answer on this and my other question.

    We are trying to “Go Live” and the mobile menu / top menu is an issue.

    Thank you

    #11354
    nirav
    Keymaster

    Hello Karen,

    Greetings of the day!

    The below code will perfect as per your requirements. It might be the issue of misplacing of code.

    Please follow below steps to add custom CSS.
    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS” and save it afterward:

    @media only screen and (max-width:900px) {
    .site-branding {
         z-index: 99;
    }
    }

    Thank you.

    • This reply was modified 5 years ago by nirav.
    #11361
    Karen Chung
    Participant

    Thank you for the reply but it has nothing to do with my question and you resent me code I have already implemented.

    The main menu http://www.emisc.com is a bit too thick vertically
    What is the css to change the height of the main menu?

    The main menu is the menu with the company logo

    #11400
    nirav
    Keymaster

    Hello Karen,

    Greetings of the day!

    You can reduce the size of your menu using custom CSS.

    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS” and save it afterward:

    #masthead{
    padding: 10px 0px 0px 0px;
    }

    It might be helpful.

    Thank you

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