Home Forums Basel support forum Reducing Top Bar height

Reducing Top Bar height

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #27646

    faliqzul
    Participant

    Hi,

    I could not find the settings to reduce the height of my top bar. I wanted it to be 26px.
    Website is http://khayen.com

    Regards

    #27652

    Bogdan Donovan
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    div.topbar-menu .item-level-0>a, 
    div.topbar-menu .menu>.menu-item-language>a {
    	height:26px;
    	line-height:26px;
    }
    
    div.topbar-wrapp,
    div.topbar-content,
    div.topbar-content:before,
    select.woocommerce-currency-switcher {
    	height:26px;
    }
    
    div.topbar-menu ul>li {
    	line-height: 26px;
    }

    Regards

    #27653

    faliqzul
    Participant

    Thanks. Might I add if you guys could add this as a feature is even better.

    #27661

    Artem Temos
    Keymaster

    OK, we will consider it for our future updates.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Reducing Top Bar height’ is closed to new replies.