Tagged: logo, menu, responsive
Hi guys,
when I change the window size of Chrome, my Header Menu overlaps the logo. I’ve changed the Enfold -> Header -> Mobile Menu to the second option (“Activate for Smartphones and Tablets (browser width below 990px”) and I’ve added the following code to my quick CSS:
@media only screen and (max-width: 767px) {
.responsive .logo img { max-width: 100%; }}
But it didn’t change anything. Can you please help me out?
I don’t want to stress you, but do you think that it will be possible to help me today?
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1140px) {
.av-main-nav > li > a { padding: 0 7px; }}
Regards,
Yigit
Hi Yigit,
thank you for you rresponse!
I’ve added the code, but it didn’t change anything. :(
Hey!
Have you removed the code from Quick CSS because it is not being applied?
After adding the code please flush browser cache and refresh your page a few times. Also try adding !important rule as following
@media only screen and (max-width: 1140px) {
.av-main-nav > li > a { padding: 0 7px !important; }}
Best regards,
Yigit
Hi Yigit,
it’s still not working.
Hi Yigit,
I have the same problem. The menu stays as a normal menu until 768px (where it overlaps the logo from 840px), before it changes.
I have added your code from above, but should I change the max-width?
Best regards
Ane
Hi!
@allaboutapps > sign was converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field. Fixed it and it works fine now. Please review your website
@anebang Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px.
Cheers!
Yigit
Hi Yigit.
Thanks for the help! :D
Best regards
Ane
Hi Yigit,
thank you a lot for the help! It works great now!