New Landing › How can we help? › Atelier › Image & Icons loading issue
Hi,
That an strange situation in Firefox. Add the code below, it should sort it.
@-moz-document url-prefix() { .header-6 #logo.has-img a > img { margin-top: -100px!important; } }
-Rui
Don’t worry with that warning, what matters is that it works in the front end.
Hey Rui,
Ok! But it didn’t do anything (also after clearing Cache) ๐ so that’s why I said it. haha
Can you have a look?
Joost
Hey there,
Looks like the image is set too wide for Firefox to render it in the logo container. Try adding this css:
#logo img.retina { width: 290px; }
Or setting the logo width override in theme options to 290px.
– Ed
Hey Ed,
Thanks for helping out the CSS didn’t fix it? Where can I find the Width override? At Logo options I only see: – Logo Max Height – Logo Top/Bottom Padding
Thanks, Joost
Hi Guys,
Got it fixed with this code:
@-moz-document url-prefix() { #logo.logo-center img { margin: -100px auto 0; } }
I assume that this is a ok fix, that won’t cause any problems in other browsers? Joost
Although I suggest you something similar earlier, guess that using an rule like that isn’t the best solution.
Will forward to Ed so he can provide us the most accurate answer. Let’s wait for the reply.
Hi Rui,
Ok thanks! Looking forward. Joost
Hi there,
Apologies, my code was incorrect, should have been:
#logo img { width: 290px; }
Hi Ed,
Thanks replaced code and it’s fixed. Thanks for the support guys!
No problem ๐
You must be logged in and have valid license to reply to this topic.