Hi all,
I inherited a website that was designed with Enfold and am having some issues with how images are displayed in the menu and resulting layout page in both IE and FF but they look proper in Chrome. As far as the client knows, it has always been a problem. I’m using WordPress version 3.8 and just updated Enfold to version 2.5.
Here are some example images. In Chrome, when I mouse over the “seating” menu:
In Chrome, when I click on “seating” to view the full page of seating options:
Now in IE and FF, mouse over seating:
The images are all different sizes and they don’t all fit in the frame.
After clicking on “seating” in IE and FF:
Images go well off the right side of window, no scrolling options given.
I’ve looked at the properties of the images that were uploaded, they appear to be much smaller than what IE and FF display them as.
Thanks in advance for any help!
Hi npozero!
Please post a link to the website (you can post it as private reply if you want to avoid that other users can use it to visit your website).
Regards,
Peter
Hey!
Please try to insert following code into the quick css field to fix the issue
#top #header .avia_mega_div > .sub-menu > li.avia_mega_menu_columns_4{
width: 250px;
}
Best regards,
Peter
Hi!
Please try to add this at the very bottom of custom.css or Quick CSS:
#top #header .avia_mega_div > .sub-menu > li > ul > li a {
width: 100%;
max-width: 250px;
}
Regards,
Ismael
Hi!
Please try this to fix the avia table:
div .avia-table img {
width: 100% !important;
max-width: 100% !important;
}
Regards,
Ismael