Noticed that 2 column layout using K2 causes the second column to overlap behind the sidebar. This appears to only occur in Firefox and appears to work fine in Safari, Chrome, and IE.
Sample:
http://www.t-ono.net/3.0
teitbite wrote:Hi
Please add this to override.css
- Code: Select all
.itemContainer {
display: block;
float: left;
}
trinketo wrote:Thanks for the response. That seems to fix the issue except now it causes each of the article containers in the columns to be no longer aligned with each other.teitbite wrote:Hi
Please add this to override.css
- Code: Select all
.itemContainer {
display: block;
float: left;
}
.itemListView .itemIntroText img {
width: 450px !important;
}
teitbite wrote:Hi
Layout breaks because of too big images. Try adding this code instead of the last one I gave You than:
- Code: Select all
.itemListView .itemIntroText img {
width: 450px !important;
}
or try resize it in category settings.