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.

Mobile Menu not expanding

Home Forums Older releases 1.0.x Mobile Menu not expanding

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #3176
    rodcunha
    Participant

    I’m using a modified version of the mint stylesheet but I’ve tried the menus all stock and they don’t stay open, they collapse into a menu, this is possibly a conflict with twitter bootstrap framework.

    I would rather have them toggle open and close with the bootstrap button rather then going into a vertical menu, does anyone know if is possible to achieve this and how?

    Thanks in advance, all the help is appreciated.

    #3178
    rodcunha
    Participant

    Anyone? Bueller?

    Thanks!

    #3197
    admin
    Keymaster

    Not sure I get this right but do you actually want to make it non-responsive – i.e. want the desktop styles at all widths? If that is the case, the simplest way to achieve it is to edit the breakpoint in your theme CSS file “sm-mint.css” from this:

    @media (min-width: 768px) {

    to, for example, something like this:

    @media (min-width: 1px) {
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘1.0.x’ is closed to new topics and replies.