• Resolved advent12

    (@advent12)


    Hello,

    I wondered if there was css to move header menu to the bottom of the blue header rather than have it float in the middle.

    Also wondered if I could add:
    email: xxxxxx
    phone: xxxxxx

    above the menu on the right side of header.

    SiteWebsite

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there,

    Unfortunately Zerif Lite doesn’t supports this customization and as much as I’d love to help you with some custom code, it is beyond the support offered for our products. However, we do recommend checking out this plugin, it has similar functionality. Hope you understand.

    Thread Starter advent12

    (@advent12)

    Thanks for the plugin info!

    Is it not possible to move the menu (home, company, service etc) down to the bottom of the blue header? Or centered at the bottom of the header? Using css?

    Thread Starter advent12

    (@advent12)

    Couple of ideas.

    /*centers menu*/

    @media screen and (min-width: 767px) {
    nav#site-navigation {
    float:none;
    margin: 0 auto;
    display: table !important;
    }

    /* centers logo but puts menu underneath, not currently in theme*/

    .navbar-header.responsive-logo {
    text-align: center;
    width: 100%;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Top Navigation Menu’ is closed to new replies.