Hi
Every time I load a page on my site, the menu initially covers the logo and then quickly sets itself to where it should be. How can I stop this so it loads correctly first time?
My site with the issue can be found here: http://tinyurl.com/qae7m8y
Hi RevolutionGroup!
Please add this on your custom.css or Quick CSS:
.main_menu ul:first-child > li > a {
padding: 0 8px !important;
}
Best regards,
Ismael
Hi Ismael
That worked. Thank you for your fast response.
Kind Regards,
Rob Gibbs