Category Column doesn't work

GK User
Fri Feb 17, 2012 9:06 pm
I have a problem which was unsolved few weeks ago.
But now It really need it to be done.

It failed to set the 4 Columns in Category View for Memovie template ( and The World News 2 previously)

Please have a look at my site here:
http://video.viethome.co.uk/index.php/p ... e-viet-nam

(The Memovie template listed only 2 columns whereas in World News 2, there is only 1 column)

I hope you can fix this for me.

Thank you very much in advance
User avatar
Expert Boarder

GK User
Sat Feb 18, 2012 2:01 pm
Hi Cong,

I've added this code to CSS Override for you and you have 4 columns displayed now:
Code: Select all
/*4 columns*/
.item {
    float: left;
    width: 176px !important;
}
.column-2{
margin-left: 0!important;
}
User avatar
Platinum Boarder

GK User
Sun Feb 19, 2012 1:08 am
Hi Don,
Thanks for your help.

Is there anyway we can just change the number of columns in Articles Option?
It is more flexible than modifying the width in css corresponding to the no of columns required.
User avatar
Expert Boarder

GK User
Sun Feb 19, 2012 1:41 pm
I have set 4 to column parameter so that the component generates a layout of 4 columns but it was messed up because of lacking css style...therefore I used the code to line them up.
User avatar
Platinum Boarder

GK User
Sun Feb 19, 2012 2:06 pm
Alright, thanks a lot, DON
User avatar
Expert Boarder

GK User
Sun Feb 19, 2012 2:35 pm
You're always welcome, have a nice weekend!
User avatar
Platinum Boarder


cron