Comments altea started the conversationFebruary 10, 2016 at 6:42pmHelloI'd like to enable the mobile menu when the browser width is 1075px. In the original code the mobile menu is enabled at 1036px witdth.I tried to edit the file /js/customjs.js on lines 1083/1147/1295/1334 but it doesn't work.I've also tried to check the css files like media-queeires_wide.css, but i'm not sure on what should I edit.The code it's not so clear.Thanks 895TheFox repliedFebruary 11, 2016 at 9:22amHello Altea,I replied to the other ticket,If you need more information do not hesitate to re-contact us.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 Rushida repliedFebruary 25, 2016 at 9:34pmCan you please share how you accomplished this? I am trying to do the same. 895TheFox repliedFebruary 26, 2016 at 11:46amHello Altea,Try to add this custom css ( thefox > styling options ) :@media only screen and (max-width: 1075px) {header nav > ul {display:none!important;}#nav_button:before { font-family: "FontAwesome"; display: block; content: "f0c9"; padding: 8px 0 0 0px; text-align: center; margin-left: -1px; font-size: 18px; }#nav_button{ display: block !important; margin: 31px 10px 0px 0px; height: 40px; float: right; }}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 Sign in to reply ...
Hello
I'd like to enable the mobile menu when the browser width is 1075px. In the original code the mobile menu is enabled at 1036px witdth.
I tried to edit the file /js/customjs.js on lines 1083/1147/1295/1334 but it doesn't work.
I've also tried to check the css files like media-queeires_wide.css, but i'm not sure on what should I edit.
The code it's not so clear.
Thanks
Hello Altea,
I replied to the other ticket,
If you need more information do not hesitate to re-contact us.
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
Can you please share how you accomplished this? I am trying to do the same.
Hello Altea,
Try to add this custom css ( thefox > styling options ) :
@media only screen and (max-width: 1075px) {
header nav > ul {display:none!important;}#nav_button:before { font-family: "FontAwesome"; display: block; content: "f0c9"; padding: 8px 0 0 0px; text-align: center; margin-left: -1px; font-size: 18px; }#nav_button{ display: block !important; margin: 31px 10px 0px 0px; height: 40px; float: right; }
}
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