-
AuthorPosts
-
August 28, 2015 at 11:15 pm #495130
Our new unlaunched site is looking good on Safari, IE and Chrome, but looks awful on Firefox.
It appears that the logo is simply not responsive for some reason, and is pushing the whole page width outside the boundaries of the monitor. I’ve enclosed the URL in the Private Content section.
It is using the Boxed layout.
I trust that there’s just some creative responsive CSS line that I need to drop in to remedy this? But I don’t know what it is. Could you have a look and let me know? Thanks guys!!
I believe we’re on the latest version of WP and Enfold (3.3.2)
- This topic was modified 9 years, 2 months ago by mterrian.
August 31, 2015 at 1:20 pm #495757Hey mterrian!
hm can’t see any logo on our website. Where is it?
Cheers!
AndyAugust 31, 2015 at 3:26 pm #495887Thanks, Andy. I mis-spoke (so sorry about that) We don’t have a logo, but we have that top color section/banner, and the entire site is being pushed too wide by it in Firefox. The image you see at the top is in a color section and is set to full width, but on Firefox “full width” appears to mean way too wide! All other browsers are fine.
Can you suggest a setting that would make it still look great on all other browsers, but fit within the browser window on Firefox too?
Thanks for any help you can offer. Happy to provide a login if that would be helpful.
August 31, 2015 at 6:53 pm #496043Hi!
I’m also experiencing the issue on internet explorer.
Is there a chance that we can get temporary access to your website to see if there is a setting conflict?
Cheers!
DakeAugust 31, 2015 at 7:33 pm #496052Thanks, Dake! I’ve made you guys a login, included in Private Content below, please make yourselves at home and THANK YOU :)
August 31, 2015 at 8:15 pm #496069Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-mozilla img, .avia-mozilla a img { width: 100%; }
Best regards,
YigitAugust 31, 2015 at 8:24 pm #496075Thanks Yigit! Will that also solve the IE problem that Dake reports above?
August 31, 2015 at 8:29 pm #496085Hey!
No, but changing the code to following will :)
.avia-mozilla img, .avia-mozilla a img,.avia-msie img, .avia-msie a img { width: 100%; }
Best regards,
YigitAugust 31, 2015 at 8:34 pm #496086Yigit, you are awesome as always. Thanks to both of you!
August 31, 2015 at 8:37 pm #496092 -
AuthorPosts
- You must be logged in to reply to this topic.