New Landing How can we help? Themeforest Theme Support Neighborhood Centering Menu Navigation with Logo

Viewing 6 posts - 1 through 6 (of 6 total)
  • #192319
    alquadrat
    Member
    Post count: 6

    Hi,
    is there any chance to have the menu Navigation centered (Middle) with Logo.
    I attach image of what I want.
    Thanks lot!

    Attachments:
    You must be logged in to view attached files.
    #192354
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try adding this to your custom css:

    #main-navigation ul.menu {
      text-align: center;
    }
    #main-nav .span9 {
      width: 100%;
    }

    – Kyle

    #192698
    alquadrat
    Member
    Post count: 6

    Hi Kyle!
    Thanks so much for your fast reply!
    It works, but the search form, goes down the menu, I attach image so you can see!
    Thanks!

    Attachments:
    You must be logged in to view attached files.
    #192705
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Nothing we can do about that, you will need to disable the header search in the header options

    The menu bar needs to be 100% for it to be centred

    – Kyle

    #310877
    gflwrg
    Member
    Post count: 113

    If anyone is still after a solution for this, add the following code to your custom css:

    /* nav position   */
    .header-1 #main-navigation ul.menu {
        text-align: center;
        position: static;
        display: inline-block !important;
        width: 130% !important;
    }

    Notice the section “width: 130% !important;” – change the width according to how it suits your site. It works for me, might work for you too. You can even make your nav text bold by adding the following;

    font-weight: bold;

    Discovered all this after a good play around with custom css.

    #310900
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    @mknightclothing

    Thanks for sharing your solution.

    -Rui

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register