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.

Force Mobile Mode?

Home Forums Latest release 1.1.x Force Mobile Mode?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9002
    Mark.Martin
    Participant

    Is there a way to force a SmartMenu into Mobile Mode? I have a menu inserted into a space that shows the menu in Desktop mode but I want it to display in mobile mode.

    #9004
    admin
    Keymaster

    Yep, just open the CSS file of the theme you currently use and delete the desktop styles.

    For example, if you use the “sm-blue” theme, open “sm-blue.css”, find and delete the following media query (including all the rules inside it):

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