Trigger mobile menu toggle earlier

Posted in: Newsmag
Post count: 17

How can I make the toggle appear earlier? i have too many menu items. see photo

View post on imgur.com

Post count: 23312

Hello chaosbunker,

Unfortunately, the theme will display the hamburger menu only between 767px and 0px. If you want to change this rule, you should change the media query call from the style.css core file. As a quick fix, you can change the font-size of your items menu when the width is for the tablet, for example. For more references regarding on this thing, check the guide here -> https://www.w3schools.com/css/css_rwd_mediaqueries.asp

Thanks for your understanding!

Post count: 17

Unfortunately changing the font size is not an option. Which media-queries do I have to change in order to get the results i want? Thanks for your support!

Post count: 23312

Hello chaosbunker,

Unfortunately, this is not a simple task and to accomplish it, is necessary to make some additional customization through the code, like style.css. Here you can see the limits for the width of each device and example, if you want to target a code to be applied only to tablet devices, you should use this media query, like this ->
@media (min-width 768px) and (max-width 1023px) If you want to make these changes and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide any custom work at the moment, sorry!

Thanks for your understanding!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.