Check out the image and see the modules of News Show Pro GK5 is wrong.
Thanks
.gkCols3, .gkCols4, .gkCols6 {
margin: 0;
}
#gkContentWrap.gkInsetLeft + #gkInset, #gkSidebar {
padding: 0;
}
teitbite wrote:Hi
This is like that, because those rows are for different module positions, but it can be change to be equal to this below. For start I would advice to remove the move effect, since it's not looking right in the example page I see (or the other way add this to the above row ).
- Code: Select all
.gkCols3, .gkCols4, .gkCols6 {
margin: 0;
}
than, knowing that below modules are set equally (in case of the site I'm looking at 25%) in template settings You need to choose widths for locations of:
- sidebar - 25%
- mainbody - 66%
- inset - 33%
(mainbody and inset are in one layer next to sidebar, that's why it has to be different than 25%).
Just to be sure it will render ok on all browsers I would remove paddings from mentioned elements:
- Code: Select all
#gkContentWrap.gkInsetLeft + #gkInset, #gkSidebar {
padding: 0;
}
.gkCols3, .gkCols4, .gkCols6 {
margin: 0;
}