I’m using a color box to hold a background image for a transparent logo/header. It works just fine in Chrome, but under IE and Firefox, the image repeats. See the link below. Any way to make it render consistently across browsers?
Hey ryanjg11!
Thank you for using Enfold.
Please edit the color section then add a unique id in the Section ID field. Use “custom-section” for example then add this in the Quick CSS field:
#custom-section {
background-repeat: no-repeat !important;
background-position: top center !important;
}
Or edit the color then adjust the Background Repeat and Background Position settings.
Best regards,
Ismael
I will try this code later tonight.
One more problem with the site: under IE, the logo-shrink is distorted (crunched too much horizontally, not 1:1). This only appears to happen in IE. Is this something that is fixable? Thanks!
Hi!
Can u let us know which IE version you are trying?
Regards,
Basilis
IE11
Hey!
I checked the site on IE 11 and it looks the same as any browsers.
Best regards,
Ismael
Please see the screenshot below, from left to right:
IE11, Chrome, Firefox
As you can see, the logo is crunched horitzontally.
Hey!
It doesn’t look that way when I checked it on IE11. Please try to add this in the Quick CSS field:
#top .av_header_transparency.av_alternate_logo_active .logo a > img {
width: 286px;
}
#top .av_header_transparency.av_alternate_logo_active .header-scrolled .logo a > img {
width: 143px;
min-width: 143px;
}
Regards,
Ismael
Solved, thanks.