Site crashed on different browser's

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Sat Oct 13, 2012 8:30 pm
Hi Team!
I just saw, that my page looks different on each browsers. On Chrome, the page looks good, but on IE and Firefox the layout crashed. Please, go there and look what the problem is?
http://www.olosport.pl

Best regards, Maciek
User avatar
Fresh Boarder

GK User
Sun Oct 14, 2012 6:27 am
Hi,

First of all please validate your website - as I see you have a few unclosed elements what probably cause your problems in the Firefox and IE.
User avatar
Administrator

GK User
Sun Oct 14, 2012 4:14 pm
Thanks Dziudek for reply.
I closed all open items but problem still occurs...
Any more tips please?
User avatar
Fresh Boarder

GK User
Sun Oct 14, 2012 8:47 pm
What's the matter?
Image
I changed:
Code: Select all
#gkPage > section.gkColumns {
   display: table;
   width: 100%;
}

#gkLeft,#gkContent,#gkRight {
   display: table-cell;
   vertical-align: top;
   float: none !important;
}


to this:
Code: Select all
#gkPage > section.gkColumns {
   display: block;
   width: 100%;
}

#gkLeft,#gkContent,#gkRight {
   display: block;
   float: left !important;
}



But it doesn't work on IE and firefox...
User avatar
Fresh Boarder

GK User
Mon Oct 15, 2012 10:13 am
The problem was fixed? Because now your page looks fine both on IE and Firefox for me.
User avatar
Administrator

GK User
Mon Oct 15, 2012 4:15 pm
Not entirely, on the Firefox the site looks like on the screenshot. The modules are displaced by and shifted to the right and the left column is too wide.
User avatar
Fresh Boarder

GK User
Tue Oct 16, 2012 7:07 am
Maybe it is a problem with cache in your browser? Because for me on my Firefox your page looks normal and I don't know how can I help if I don't see the problem :/
User avatar
Administrator

GK User
Tue Oct 16, 2012 8:55 am
What a relief, it was the cache. Thanks for your interest Dziudek! Now everything is fine.
User avatar
Fresh Boarder


cron