Home Forums WoodMart support forum Adjust Menu Height CSS Code not working after upgrade to WoodMart 2.0

Adjust Menu Height CSS Code not working after upgrade to WoodMart 2.0

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

    chanwit
    Participant

    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;
    }

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

    Artem Temos
    Keymaster

    Hi,

    Try to use this code snippet instead

    body .navigation-wrap .main-nav .item-level-0>a {
       height: 40px;
    }
    
    body .navigation-wrap .header-categories-nav-wrap {
        min-height: 40px;
    }
    
    body .navigation-wrap .main-nav {
       min-height: 40px;
    }
    
    body:not(.document-ready) .navigation-wrap .main-nav, body:not(.document-ready) .navigation-wrap .vertical-navigation {
       height: 40px!important;
    }

    Regards

    #45978

    chanwit
    Participant

    GOT IT WORKS. THANK YOU VERY MUCH!

    #45993

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Adjust Menu Height CSS Code not working after upgrade to WoodMart 2.0’ is closed to new replies.