Horizontal Full Width Menu Unter Logo

Support Forums for LiveMesh Themes & Plugins Forums Fusion Theme Support Horizontal Full Width Menu Unter Logo

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #15603
    hebu
    Member

    Hello! Could you please help in order to place the menu in a full width horizontal bar unter the logo instead of the current style?

    I would like to be in like in this site: http://i.imgur.com/Abqt9EG.png

    #15612
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions –

    #site-logo {
      display: block;
      float: none;
      text-align: center;
      margin: 0 auto;
    }
    #site-logo a {
      display: inline-block;
    }
    #primary-menu {
      margin-right: 0;
      float:none;
    }
    .dropdown-menu-wrap {
      display: block;
      float: none;
      text-align: center;
    }
    .dropdown-menu-wrap > ul.menu {
      margin: 0 auto;
      display: inline-block;
    }
    #header.sticky #site-logo{
        display: block !important ;
    }
    
    #15614
    hebu
    Member

    I would like the menu background bar to be in full width and not only what i see now: http://i.imgur.com/n3WegQR.png

    Could you please help?

    #15628
    Veena
    Moderator

    Pls share a link to your site.

    #15660
    hebu
    Member
    #15676
    Veena
    Moderator

    Where is the background bar? I am not seeing any background bar. Have you removed it?

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Fusion Theme Support’ is closed to new topics and replies.