• Dear Experts/Pro,
    Firstly, I would like to drag my menu bar edge to edge just like the slider.
    Secondly, I would like my logo to be centre, sitting top of the menu bar. Please advice me on the css code. Thanks a millions!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @fannetta55
    you should check this snippet but for simpler solution you could try to add

    .navbar-wrapper.clearfix.span9 {
         width: 100%;
         margin-left:0px;
    }
    .brand.span3 {
         margin-left: auto;
         margin-right: auto;
         width: 100%;
    }

    to your custom css

    Thread Starter Fannetta55

    (@fannetta55)

    Hi Tomaja,
    work perfectly! Thanks for the code!
    Btw… How should I move the menu text and social icons centre of the menu bar and
    how should I bring the tagline to sit under the centred logo. Now my tagline is on the right side of the menu bar.

    Thanks

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