Closed (fixed)
Project:
SpreadFirefox
Version:
4.7.x-1.x-dev
Component:
Browser bugs
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Sep 2006 at 04:40 UTC
Updated:
14 Jul 2012 at 23:25 UTC
My site is running on the spreadfirefox theme and so far the browser view is excellent if viewing from firefox. However, when viewing the homepage in IE the template breaks considerably. The url of the homepage is http://chibabeat.com/test_site. Is there anything I can do to fix this?
Comments
Comment #1
Mad Maks commentedLook for
.main-content tablein the style.css and add this line:float: left;please confirm if this is solving your problem
Comment #2
orionvortex commentedActually I think this was an issue with the panels module I was using for the frontpage. I just needed to change the widths from 100% to 98% and it solved the problem.
Comment #3
DL commentedI'm having the same prob when I use IE. I already applied the fix but the same problem exist
Comment #4
DL commentedProblem solved! It was the block inside the main content area that was pushing and creating the white space. Lots of thanks for the help.
Comment #5
ryansdwilson commentedHey guys, thanks for the tip on the Float: Left; I did that and it solved my problem as well!
Cheers,
Ryan
Comment #6
Mad Maks commentedfixed in 4.7 and 5.0
Comment #7
(not verified) commentedComment #8
fiLi commentedNone of those worked for me, aside from the short comment here on th width for the main content.
You'll need to add this to your style.css in .main-content {} :
So it would endup looking like :
Comment #9
jmlane commentedCan fiLi's fix in #8 be committed? I downloaded 5.x-1.0 and this was still an issue.
I'd suggest making it 99% instead of 97%, to maintain the width of .main-content as closely as possible.
Thanks,
Jonathan M. Lane
OpenConcept Consulting Inc. http://www.openconcept.ca/
Comment #10
Mad Maks commentedfixed in 5 and 6