Hello,
My menu content need to break before design do.
What is the css methode ?
In forum i saw something about responsive.css but this file does not existe in my canvas version.
Thank you.
Change Menu breakpoint from 992px to 1200px
8 replies · opened Sep 11, 2020
Hello,
Since you are using one of the Newer Versions of Canvas, the css/responsive.css File is not included anymore and the Responsive Codes are directly embedded into the style.css Files. Having a Mobile Menu at 1200px is Definitely Possible but there is a fair bit of Customization required to achieve this:
In the style.css File, you will need to change all the Media Queries that includes the
#header,#primary-menuand other Header Elements from@media (min-width: 992px)to@media (min-width: 1200px)and from@media (max-width: 991.98px)to@media (max-width: 1199.98px).In the js/functions.js File, you will need to change all the following codes targeting the Headers and Primary Menus:
[ch_pre type="js"]$body.hasClass('device-xl') || $body.hasClass('device-lg')[/ch_pre]
to:
[ch_pre type="js"]$body.hasClass('device-xl')[/ch_pre]
and:
[ch_pre type="js"]$body.hasClass('device-md') || $body.hasClass('device-sm') || $body.hasClass('device-xs')[/ch_pre]
to:
[ch_pre type="js"]$body.hasClass('device-lg') || $body.hasClass('device-md') || $body.hasClass('device-sm') || $body.hasClass('device-xs')[/ch_pre]
This should definitely work fine. We are already working on making this much more easier in the coming updates. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Hello Team SemiColonWeb
Thank you but now we've got another problem...
when it break the header is white like my logo and my fonts...
I need it transparent as the desktop view.
I give you an access to my dev.demo to see what append :
- https://dev.ererc.fr
- user : canvas
- pass : canvas@1509
It seems to be a lack of negative margin-top on slider. How to handle this ?
Sorry pass wasn't good :
-pass : g9C&*6v%^
Hello,
Thanks for your Patience.
We have checked out your Website/Codes and they have not been implemented according to the instructions provided above. You will have to change codes for every Header/Primary Menu reference as mentioned above in the CSS/JS Files.
As currently there is no official support for this because this is related to Customization and the codes are not available for this out of the box, you will need to do this manually. We are working on making this easier with future updates. We will send you a Notification once this is available.
Meanwhile, please consider following the instructions provided above and this should work fine as it did for some other users as well. Make sure that all the Primary Menu/Header related codes are targeted.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
I did it in all style.css... I don't have a clue. At which line do see wrong code?
Hello,
The steps we have provided you with above also requires you to change the codes in the js/functions.js File. For the codes to work correctly, you will need to change the codes in both style.css and js/functions.js Files.
As we have mentioned earlier, we currently do not have a built-in functionality available for this and you need to customize this manually, as we currently do not provide Customization related Support according to the Item Support Policy: https://themeforest.net/page/item_support_policy . Rest assured, we are already working on including this functionality in the Future Updates.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Hello, yes it helps.
I thought mu js was uploded but it wasn't...
Thanks.
Hello,
Glad that your issues were resolved.
Do let us know if we can help you with anything else or if you find any further issues with Canvas.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard