• Resolved rullah

    (@rullah)


    I am quite new to the WP and this is the first theme I am using. I would like
    to decrease the height of the navigation bar. What would be the CSS
    code that I can add to my “Additional CSS” file?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @rullah,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    .search-toggle { height: 58px; }
    .main-menu > li > a { padding: 23px 28px; }

    Let me know if that does it.

    — Anders

    Thread Starter rullah

    (@rullah)

    @anlino

    Thank you very much. This does exactly what I wanted.

    -Rafi

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to decrease height of the navigation bar?’ is closed to new replies.