Viewing 6 posts - 1 through 6 (of 6 total)
  • #41658
    Rautureau
    Member
    Post count: 22

    Hi there!

    First of all, Happy New Year to all your team!!

    Then, I would like to discuss with you about two things that seem to be asked very often on this forum…
    As many users, I would love to have a 940px width option for boxed content and to be able to center main menu. We can choose all others possibility but not the most usual one ? ๐Ÿ™‚
    Neighborhood would be so nice with a centered main menu…

    Any way, my questions are:
    – are these two points going to be solve in the next update ? If so, when ?
    – can somebody can give me some trick to do this the most properly possible in the meantime ? Because increasing left-padding is not a beautiful solution…

    All the best!
    Ben

    #42383
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hi,

    I will ask the developer if those changes are in his update pipeline.

    If you’d like to have those changes before an update is released you would need to hire a developer to help you with those.

    All the best

    #42528
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Try this custom css to center the menu:

    #main-nav .row > .span9 {
    width: 100%;
    }
    #main-nav .row > .span3 {
    display: none!important;
    }
    #main-navigation > .div > ul {
    width: 100%;
    text-align: center;
    }
    nav .menu li {
    float: none;
    }

    Let us know.

    Regarding the 940 option, this is unlikely, due to the complexity – but we’ll consider it.

    – Ed

    #47995
    Rautureau
    Member
    Post count: 22

    Hello Ed’

    Thanks a lot for your answer.

    I tried to use your custom css and it did not work… I tried for days to understand why but I did not achieve to. Any idea ? Please… ๐Ÿ˜‰

    Concerning the 940px option, I deleted the last @media of bootstraps.

    All the best!
    Ben

    #49614
    Rautureau
    Member
    Post count: 22

    Got it!

    If it could help other members, the following code is working:

    #main-nav .row > .span9 {
    width: 100%;
    }
    #main-nav .row > .span3 {
    display: none!important;
    }
    #main-navigation > div > ul {
    width: 100%;
    text-align: center;
    }
    nav .menu li {
    float: none;
    }

    #main-navigation > div {
    margin-left: -30px;
    }

    (There was no dot before the div)

    #50450
    Melanie – SUPPORT
    Member
    Post count: 11032

    Thank you so much for posting that! All the best

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 one of the following items
Login and Registration Log in · Register