• Resolved woody2227

    (@woody2227)


    Hi,

    a decrease of Navigation Responsive Breakpoint would be appreciated.
    I only use a few menu items and would like to have a normal menu on bigger mobile screens.

    thanks in advance,
    Andreas

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Oliver Campion

    (@domainsupport)

    Hi Andreas,

    There is a similar option already in the Premium plugin which increases the Navigation Response Breakpoint … if what you require ends up being part of that feature, if it’s possible, we would no longer be able to talk about it here as WordPress do not allow the discussion of premium plugins in their forum.

    That being said, in the meantime, try adding this CSS to “Customizer – Additional CSS” …

    @media screen and (min-width: 48em) {
    	.js .menu-toggle,
    	.js .dropdown-toggle {
    		display: none;
    	}
    	.js .main-navigation > div > ul {
    		display: block;
    	}
        .navigation-top {
            position: absolute;
        }
    }

    … changing “@media screen and (min-width: 48em)” to your chosen breakpoint such as 30em for example.

    If this works … great. If not … what you are asking for may not be possible.

    Let me know how you get on 🙂

    Oliver

    Thread Starter woody2227

    (@woody2227)

    Hi Oliver,

    thanks a lot. That’s exactly what I needed.
    And you are right, the feature does already exist, but only to increase and not to decrease the change point.

    As you’ve mentioned, it’s a premium plugin so lets stop talking here:-)

    I’m more than happy with the quick css code.

    Thank you very much.
    Best regards,
    Andreas

    Plugin Author Oliver Campion

    (@domainsupport)

    Hi Andreas,

    Awesome news. Thanks for the update.

    I’ll add this to the “to do” list.

    Oliver

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Feature request: decrease Navigation Responsive Breakpoint’ is closed to new replies.