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
#gkPage > section.gkColumns {
display: table;
width: 100%;
}
#gkLeft,#gkContent,#gkRight {
display: table-cell;
vertical-align: top;
float: none !important;
}
#gkPage > section.gkColumns {
display: block;
width: 100%;
}
#gkLeft,#gkContent,#gkRight {
display: block;
float: left !important;
}