My main menu is hidden, and there is only Menu icon when the browser resolution is lower than 1035px. But I want to show it not only on PC screen (>1035px) but also on Tablet screen (from 768px to 1035px). How can I do that?
@media only screen and (min-width: 768px) and (max-width: 1035px) {
header nav ul { display: block !important; }header nav ul li { display: block; }#nav_button { display:none!important; }
}
Hi Thefox Team,
My main menu is hidden, and there is only Menu icon when the browser resolution is lower than 1035px. But I want to show it not only on PC screen (>1035px) but also on Tablet screen (from 768px to 1035px). How can I do that?
Regards.
Hello, add this custom css ( thefox > styling options )
That should do the trick.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Perfect!!!! Thank you so much!
You\'re welcome!
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hi, i have another question about Header navigation.
How can i make the \"Shrinked Header\" appear with navigation items on screen (from 768px to 1035px), instead of Mobile menu?
Regards.
Hello,
Unfortunately to do this you would have to change the javascript ( customjs,js file ).
This is not an easy thing to change.
Sorry for not being able to help you this time.
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme