hi,
I have just downloading the template League news but when i use Chrome, i have a problem with the template.
When I click over the logo to go Home, the template have some problems. (-> attachment).
Can you fix the problem ??
#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;
}