Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Design problem

Home Forums Older releases 0.9.x Design problem

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1427
    Shadow76
    Participant

    Hello !

    I have a little problem with the smartmenu. The navbar’s design change 3 times

    1: http://imgur.com/VXsKZdm
    2: http://imgur.com/A6xu6mW
    3: http://imgur.com/UMIk0MW

    I would like to delete the second design and only have the first (1) and the last (3) design. Would it be possible ? If yes, how ?

    Sorry for the bad english, let me know if u want more informations about my problem

    Thanks !

    #1832
    admin
    Keymaster

    Hi,

    If 2) bugs you too much, to avoid the items wrapping you will need to increase the default 768px Bootstrap breakpoint at which the navbar becomes collapsible. You can do it:

    1) Either by downloading a customized Bootstrap version from here:

    http://getbootstrap.com/customize/

    you need to edit the media query here:

    http://getbootstrap.com/customize/#media-queries-breakpoints

    * Note that this solution will affect all Bootstrap components on your page, not just your navbar.

    2) Or by manually editing “bootstrap.css”. Here is an example how to increase it to 991px:

    http://www.smartmenus.org/forums/topic/adjusting-the-navbar-breakpoint-bootstrap-3

    This solution will only affect your navbar.

    Cheers!

    #1836
    Henrik
    Participant

    Hello, maybe it’s not really related to the op’s problem, but I also have a bootstrap related design issue.
    When in desktop mode, the expanded navbar looks like this

    which makes only the last entry readable. When in collapsed mode it’s even more obvious that the backround color of the menu is somehow not matching when expanded

    is there a way I can change the backround color of these ancestor-menu-entrys manually?

    btw. @admin thanks for all the time and work you put into this project!

    #2254
    admin
    Keymaster

    Hi, please post a link to some sort of live demo. You seem to be using some customized Bootstrap theme that is not well optimized. I am not sure which exact rules you will need to edit without checking your code.

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘0.9.x’ is closed to new topics and replies.