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.

Removing Mobile Functions

Home Forums Older releases 1.0.x Removing Mobile Functions

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3017
    pumptent3
    Participant

    What code should I delete to get rid of the normal mobile functionality? I’m trying to get the nav to work on my site as a vertical side nav for both desktop and mobile users. It works fine for desktop, but when using the site on a phone, the nav doesn’t work like it should. The main nav shows up, but any ul’s that would normally pop out to the right of the main nav don’t work.

    #3022
    admin
    Keymaster

    The simplest solution is to edit the breakpoint in the theme you use. For example, if you use the “sm-blue” theme, find the following in “sm-blue.css”:

    @media (min-width: 768px) {

    and change it like this:

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