• Is there any way to shrink the menu and menu header height? I would like them to be as trim as the words themselves with maybe only 5 – 10px padding. It seems the only way to fix this is to use Firefox Developer Edition to hack the PHP code. Is there any easier way, since I am not a programmer.

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

Viewing 1 replies (of 1 total)
  • Hi Lokeye,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:

    #header .header-links > ul > li a, #header-sticky .header-links > ul > li a {
      padding: 15px 14px;
    }

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Shrinking Menu and Menu Header Height’ is closed to new replies.