Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • kiki90 Friend
    #198052

    Hello all

    I would like to ask if theres a way to change when the menu changes to toggle… basically I have quite a long menu and when the window reduces in size it takes two lines and I don’t like … also my side bar is empty … anyone knows why please (find pic attached)?


    1. Untitled
    Pankaj Sharma Moderator
    #536279

    it will help you in the menu configurations

    greinert Friend
    #544260

    <em>@pankajsharma 428742 wrote:</em><blockquote>

    it will help you in the menu configurations</blockquote>

    Same problem as cited above with my main menu …”basically I have quite a long [main] menu and when the window reduces in size it takes two lines and I don’t like”

    Read the manual as requested.

    Sorry, I don’t see the solution to this problem in the manual.

    Can you offer a hint or some code to solve this problem?

    Thanks.

    Pankaj Sharma Moderator
    #544262

    Hello greinert can you tell us your iaaue. In the first post user sidnav is empty..
    Is the same issue with u?
    Is your sidnav/off canvas not working .
    Please add a screenshot of your problem and tell us your issue. Alao share your working site url. So that i can take a look on it

    greinert Friend
    #544264

    Issue is that main menu for my website which goes to two lines when screen shrinks a little in size. See attached screenshot.

    Website is http://www.centerwoods.net.

    You can duplicate this problem by visiting the website and then gradually reducing the size of the window in your web browser.


    1. centerwoods-main-menu-issue
    Pankaj Sharma Moderator
    #544269

    Hello
    try this
    add this css code in your custom.css

    @media screen and (min-width: 991px) {
    .navbar-default .navbar-nav > li {
    margin-left: 18px;
    }
    }

    it will decrease the menu items left margin … and will create space for 2nd line menu items .

    Let me know if it helps

    greinert Friend
    #544326

    Added suggested code to custom.ccss for Purity III template.

    Sorry, this did not fix the problem.
    Please view http://www.centerwoods.com and resize your browser screen to duplicate the problem – 2 lines. for the main menu.

    Any other suggestions to fix the problem?

    Thanks.

    Pankaj Sharma Moderator
    #544327

    Hello can you PM me admin details of your site, so that i can check this on your site .

    Pankaj Sharma Moderator
    #544379

    Hello please check your site now .
    i added this code in custom.css file .
    and now the menu are in single line .

    @media screen and (min-width: 991px) {
    .navbar-default .navbar-nav > li {
    margin-left: 18px;
    }
    }

    Clear your browser cache and check it

    greinert Friend
    #544429

    Worked perfectly!
    Thanks.

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

This topic contains 10 replies, has 3 voices, and was last updated by  greinert 10 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum