Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thanks, it worked like a charm.

    Grtz,
    TimM

    Hi Kadence,

    First of all thanks for the great theme.

    I’m also having some problems to get this right.
    If screen resolution drops below 900px, the top-menu is spit into two rows.

    Is it possible to:
    A) use the full screen width for the top menu (I don’t think so, I saw another post stating that the theme isn’t designed for this)
    B) Instead of splitting the menu jump straight to the mobile menu. Now when resizing between 900px and 745px the top menu is split into 2 rows.

    Here’s my custom css:
    .subhead .postedintop, .kad-hidepostedin {display:none;}
    .kad-hidepostauthortop, .postauthortop {display:none;}
    .postcommentscount {display:none;}
    @media (min-width: 940px) {
    .topbarmenu ul li a {font-size: 20px;}
    }
    @media (max-width: 940px) {
    #nav-main ul.sf-menu {display: block;}
    #mobile-nav-trigger {display: none;}
    #nav-second ul.sf-menu {display: none;}
    }
    @media (max-width: 939px) {
    #nav-main ul.sf-menu {display: none;}
    #mobile-nav-trigger {display: block;}
    #nav-second ul.sf-menu {display: none;}
    }

    Site: http://www.timmhost.com

    Thanks,
    TimM

Viewing 2 replies - 1 through 2 (of 2 total)