Hi
I’ve found an Error in the Partner Grid, only Displayed in Internet Explorer.
The Logo were streched to fill the full width of a row and looks really Ugly.
What can i do ?
Regards
Jack
Hey!
Please add this on your custom.css or Quick CSS:
#top .avia-logo-element-container img {
width: auto;
}
#top .avia-smallarrow-slider .slide-image, #top .avia-logo-element-container img {
width: auto;
}
Cheers!
Ismael
Nice, it works, thanks!