2 Column Layout Problem in Firefox

Rate this topic: Evaluations: 2, 1.00 on the average.Evaluations: 2, 1.00 on the average.Evaluations: 2, 1.00 on the average.Evaluations: 2, 1.00 on the average.Evaluations: 2, 1.00 on the average.Evaluations: 2, 1.00 on the average.1.00 out of 6 based on 2 vote(s)
GK User
Sun Aug 30, 2015 1:59 am
Reply with quote
Report this post
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
User avatar
Fresh Boarder

teitbite
Mon Aug 31, 2015 12:18 pm
Reply with quote
Report this post
Hi

Please add this to override.css

Code: Select all
.itemContainer {
    display: block;
    float: left;
}
User avatar
Moderator

GK User
Tue Sep 01, 2015 4:57 pm
Reply with quote
Report this post
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;
}
User avatar
Fresh Boarder

GK User
Tue Sep 01, 2015 5:11 pm
Reply with quote
Report this post
Attaching image illustration.

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;
}
User avatar
Fresh Boarder

teitbite
Sat Sep 05, 2015 12:35 pm
Reply with quote
Report this post
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.
User avatar
Moderator

GK User
Sun Sep 06, 2015 12:37 pm
Reply with quote
Report this post
Hello teirbite,

Awesome! Thanks for pointing me the right direction. Setting the width to 450px would still cause the sidebar to overlap into the columns when resizing your browser. I found setting it as a percent resolved the issue in Firefox.

Thanks again!

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.
User avatar
Fresh Boarder

teitbite
Wed Sep 09, 2015 7:13 pm
Reply with quote
Report this post
Hi

That's a really good idea :) I was checking it in firebug, so the 450px was the biggest size it was working, but I believe it depends from the size of the monitor as well.
User avatar
Moderator


cron