Hi I have a problem responsive menu
He does not becomes a smaller and not match to the screen
Here’s a screenshot: http://prntscr.com/7fp8mn
Here is a link to a site: http://content.boursebinary.com/
Thank you very much in advance
Hey Lev!
Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px.
Cheers!
Yigit
Thanks Yigit..
Its work
Hi again,
I cheack again whit responsive tool
and this still shows there is a problem,
the menu break a line instead of to be smaller
Here screenshot: http://prntscr.com/7grh98
What do you offer do?
Thanks!!!
Hi!
Add this to Quick CSS:
@media only screen and (max-width: 1024px) {
.av-main-nav > li > a {
padding: 0 5px;
}
}
That will reduce the item’s horizontal padding when the window width is 1024px or lower.
Best regards,
Josue
Thanks it seems to be working,
But now the languages button blocks the menu
you can see here:
http://prntscr.com/7hhxp5
Thanks!
Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 990px) and (min-width: 769px) {
nav.sub_menu { top: 0; }}
Regards,
Yigit
Hi Yigit,
I put the code
And it is still blocked
you can see here:
http://prntscr.com/7juqv4
Thanks
Hi!
I cannot reproduce the issue on my end. Have you figured it out already?
Cheers!
Yigit
Thanks Yigit..
I managed
thanks for the help