Hi,
I have noticed that my website doesnt open well on Firefox browser v47.0.
I attached some screenshots of the problems i am seeing.
What can i do about it?
Thanks,
Liron
Hi Liron,
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi,
Here is the link:
http://www.callsherut.com
Firefox makes the main menu look bad (in every page/ category/ post): two rows instead of one, big spaces.
In the link you can find screenshots of how it looks on Firefox comparing to Chrome.
thanks,
Hi,
Thank you for the info. Please add this in the Quick CSS field:
.avia-mozilla .av_seperator_small_border .av-main-nav > li > a > .avia-menu-text {
margin-left: 0;
}
Best regards,
Ismael
Hi,
Thanks!
It looks much better but still not as in Chrome.
I have added another screenshot of how it looks now – file name: “firefox-26-06-16.JPG”
I would like all of the menu to be on the same line please.
Thanks,
Liron
Hi,
Adjust the menu items’ padding with this:
.avia-mozilla .av-main-nav > li > a {
padding: 0 8px;
}
Best regards,
Ismael
Hi,
it is working!
thanks