I have in my menu several and long items. On you demo, the mobile menu is visible from a width ≤ 992px. I need to active it a little bit earlier, othewise my menu overlap my logo.
Changing the breaking point isn't really a good option, because there is a lot of CSS which would need to be changed, also the mobile menu depends on javascript functions as well, which aren't easily rewritten as CSS. A better solution is to add additional breaking point for the screen sizes, where logo overlaps - so from 992px up to as much as needed and adjust the menu spacings, and font size of the menu items. Can you share the url to your site? I can help you with css, if you want, I just need to see it in browser.
Hi,
I have in my menu several and long items. On you demo, the mobile menu is visible from a width ≤ 992px. I need to active it a little bit earlier, othewise my menu overlap my logo.
Is it possible ?
Thanks you
Hi,
Changing the breaking point isn't really a good option, because there is a lot of CSS which would need to be changed, also the mobile menu depends on javascript functions as well, which aren't easily rewritten as CSS.
A better solution is to add additional breaking point for the screen sizes, where logo overlaps - so from 992px up to as much as needed and adjust the menu spacings, and font size of the menu items.
Can you share the url to your site? I can help you with css, if you want, I just need to see it in browser.
Kind regards,
Andrej
OrionThemes
Hi Clément,
I love the desing of your site, buttons, ...
I checked your site and I think this would work best:
It doesn't reduce spacings, but it shows centered menu, with the logo on top.
Cheers!
Andrej
OrionThemes
Hi Andrej,
Thank you for your feedback and your solution. It is a good idea.
Clément