• Resolved brighton beach

    (@brighton-beach)


    I have created a child thememe and everything is working fine. The only thing I don’t need is the collapsed menue for mobile devices. It can be very useful, but not for this particular site. Is there a way to switch off the effect.

    I would like to have the same menue for all screen sizes.

Viewing 4 replies - 1 through 4 (of 4 total)
  • mrtom414

    (@mrtom414)

    the media query for this is located in the style.css file at line 2759.

    You should see this line of code @media (max-width: 643px) and
    at line 2789 you should see the comment /*small menu */ this should be the code that toggles your menu from large to small.

    I would try commenting out all the .menu-toggle classes and see if it does what you want.

    Be sure to backup the style.css file before you do this. If it doesn’t work you can just restore the file.

    mrtom414

    (@mrtom414)

    I tried it and it works just comment out lines 2790 to 2855. This should be everything under the /* small menu */ to just above the line that starts with #content .featured-gallery { .

    mrtom414

    (@mrtom414)

    If you don’t want the menu to collapse you will need to add the following code under the /*small menu */ .nav-menu{min-width:643px;}

    Hope it what you wanted .

    Thread Starter brighton beach

    (@brighton-beach)

    Thanks! It works fine. Your help is very much appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to switch off menue toggle on mobile devices’ is closed to new replies.