hi there – it looks like the menu now sits over my logo in a recent update – how do i resolve?
Cheers
Hi @ShortieD,
it seems that your “container” is not large eneough :
.container { max-width: 1010px;}
What can be done :
1- Enlarge the container width in your Theme Options,
or
2- Reduce te padding of the link in the main menu :
.av-main-nav > li > a {padding: 0 8px !important;}
I would advise the first solution.
Hi,
You can also add following code to Quick CSS
.container.av-logo-container {
max-width: 85%;
}
If you have not decreased container size, please create a temporary admin login and post it here privately. There might be some error in your custom CSS code.
@begrafiks thanks as always :)
Best regards,
Yigit
hi team – I’ve gone into theme options and my site width is 1130px – I’ve not had this issue before so not sure what’s happening
I’ve just tried adding the
.container.av-logo-container {
max-width: 85%;
}
and this seems to work.
Cheers