• Hello how can I decrease topbar and header menu height in desktop and mobile version? (Only decrease the height of the bars and not text)
    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello ZonnerZ,

    Copy and paste the following code to your custom stylesheet and clear all cache. Edit values in px if necessary.

    #nav-topbar .nav li a, #top-header, #nav-header .nav li a
    {padding: 10px 10px!important
    }
    .nav ul {
    top: auto !important;
    }

    Hope that helps.

    Thread Starter ZoonerZ

    (@zoonerz)

    FadingMusic thanks, it works for desktop view, but on mobile no change

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Decrease topbar and header menu height’ is closed to new replies.