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

    Hi,

    http://terranet.se/new/

    I want the nav bar to be 80 px wide
    No logo
    No lines between the images

    What code shall I add?

    Thanks
    Charlotte

    #568930

    Hi Charlotte!

    Please add following code to Quick CSS

    .logo {
        display: none!important;
    }
    .html_header_sidebar #header .av-main-nav > li {
        margin: 0;
    }
    .html_header_sidebar #top #header, .html_header_sidebar #header .av-main-nav, .html_header_sidebar #header .av-main-nav-wrap {
        width: 80px;
    }
    .html_header_sidebar #header .container {
        width: 80px;
        float: left;
        max-width: 80px;
        margin: 0;
        padding: 0;
    }
    .html_header_left #main {
        margin-left: 80px;
    }
    #top #header .av-main-nav > li > a {
        border: none;
    }
    

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

    Cheers!
    Yigit

    #568988

    You are the best!
    Thanks :)

    #568997

    Hi!

    You are welcome Charlotte. Looks like this website is gonna look great :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Decrease size of nav menu’ is closed to new replies.