Archived topic
Change Menu button activated
7 replies · Started by Adam Zátopek on December 9, 2015
Hi Tom,
I want to change menu button activate width.. You activate menu for mobile device in size 768px, but I want to change activate menu after this size.. For example 760px.. I tried to change max-device width in generatepress/css/mobile.css and /plugins/gp-premium/adons/generate-menu-plus/functions/css/sticky.css, but these changes did not help. Is there other file where i must change media queries?
Thank you for your Help :-)
Hi Adam,
Try adding this as custom CSS: https://gist.github.com/generatepress/c23aef2d05807c39bb32
Just adjust the 768px to whatever you like.
Hope this helps :)
These changes dont work... :-/
You can see on http://www.tint.cz :-)
I have all update GP, GP-Premium and WP 4.4
How did you add the CSS? I'm not seeing it anywhere.
I add css in plugin witch add own css.
Tom,
it is my problem, i try one solution.. If i solved i sent how to solve.
I am apply to http://test.tint.cz/
and there is my css
http://test.tint.cz/wp-content/uploads/c_style.css
In bottom there are your codes.
Ah, the issue is that you're going smaller than 768px.
There's no easy way to do it, but adding all of this CSS should make it happen at 600px: https://gist.github.com/generatepress/bb195b0ecd8f833f9845
You can adjust the 600px to whatever.
