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

    my website is in private comment below. How do i decrease the navigation bar height (the space between the two black lines).
    Thanks

    #459117

    Hi mrivanp!

    Try adding this to Quick CSS and edit the values to your liking:

    #header_main .container {
      height: 88px !important;
      line-height: 88px !important;
    }

    Regards,
    Rikard

    #459759
    This reply has been marked as private.
    #460198

    Hi!

    You have following code in Quick CSS

    #header_main .container {
      height: 45px !important;
      line-height: 45px !important;
    }

    Please change it to following

    #header_main .container {
      height: 35px !important;
      line-height: 35px !important;
    }
    #top #header_main > .container, #top #header_main > .container .main_menu ul:first-child > li > a, #top #header_main #menu-item-shop .cart_dropdown_link {
      height: 35px;
      line-height: 35px;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.