Layout issue on IE and Firefox

February 2014 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed May 13, 2015 8:06 pm
Reply with quote
Report this post
Hi,

On Chrome this category page looks fine

http://news.st-aug.edu/academics.html

But on Firefox and IE it is cut-off
User avatar
Fresh Boarder

GK User
Wed May 13, 2015 9:03 pm
Reply with quote
Report this post
Hi,
it's probably you set 3 columns, not 2 columns - in this view.
User avatar
Platinum Boarder

GK User
Thu May 14, 2015 2:07 am
Reply with quote
Report this post
I changed the settings to two columns, and I am still seeing this issue.
Also the news2 template is only a year old, why wouldn't this support modern browsers and get support?

Thanks
User avatar
Fresh Boarder

GK User
Thu May 14, 2015 7:20 am
Reply with quote
Report this post
Opsss you're right, now I see, it's something wrong with styles.
Give me few minutes to find out and fix.
User avatar
Platinum Boarder

GK User
Thu May 14, 2015 7:32 am
Reply with quote
Report this post
Please start from this:
#itemListPrimary .itemListRow.gkListCols2 {display: block;max-width: 1040px;}
#itemListPrimary .itemContainer {display: inline-block;width: 49.7% !important;}



Read: https://www.gavick.com/documentation/jo ... a-template
User avatar
Platinum Boarder

GK User
Thu May 14, 2015 4:12 pm
Reply with quote
Report this post
Hi,

This helped some, but if you look at it on firefox & IE, the last row is still not formatted properly.
Also the 3 column layout is now not looking right on Chrome as well after this change

Here is 3 column - http://news.st-aug.edu/administration.html

If we can only resolve one, then just let me know which layout is more stable and I will use that one (2 column or 3 column) - I am just hoping to get one of these layouts stable on all 3 browser versions.

Thanks for your help
User avatar
Fresh Boarder

GK User
Fri May 15, 2015 7:03 pm
Reply with quote
Report this post
Please replace my last code
#itemListPrimary .itemContainer {
display: inline-block;
width: 49.7% !important;
}

with

.itemContainer {
display: inline-block;
width: 49.7% !important;
}


and 2 columns should be okey.
yes you 're right this template has something broken with K2 views.
User avatar
Platinum Boarder


cron