Home Forums WoodMart support forum Adjust Menu Height

Adjust Menu Height

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #36444

    chanwit
    Participant

    Hi xtemos, Do you have custom css to make the main nav (Desktop view) a little bit thinner? Let’s say for example 10 pixel less in height?

    Thank you for your help.
    Tom

    #36467

    Artem Temos
    Keymaster

    Hello,

    We are glad to know that you considered using WoodMart for your web-site. I hope you will be happy with it.

    Please, provide us a screenshot what exactly do you want to decrease in height?

    Kind Regards
    Xtemos

    #36745

    chanwit
    Participant

    H, Thanks for your reply. Attached is the screenshot.

    Attachments:
    You must be logged in to view attached files.
    #36852

    Bogdan Donovan
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings

    body .navigation-wrap .main-nav .item-level-0>a{;
        line-height: 40px;
        height: 40px;
    }
    
    body .navigation-wrap .main-nav,
    body .navigation-wrap .vertical-navigation,
    body .navigation-wrap .navigations-inner
    body .navigation-wrap .menu-opener {
    	min-height: 40px;
    }
    
    body .menu-opener {
    	padding-top: 0px;
    	padding-bottom: 0px;
    }

    Regards

    #37186

    chanwit
    Participant

    Perfect! Thank you very much!

    #37194

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Adjust Menu Height’ is closed to new replies.