Page 1 of 1

Two column problem

Posted: 18 Feb 2010, 23:41
by lookic
Hello all,

My problem is:
I have changed phocadownload-grey.css to show two sections in columns (width 50%) and it does, but only first two sections, all others are places in zig-zag. Does anybody have an idea how to fix this.

Thanks,
Ivan

Re: Two column problem

Posted: 22 Feb 2010, 16:20
by Jan
Hi, you need to change the "clear:both" in code too: so after second column the new row will be added, see:

components/com_phocadownload/views/sections/tmpl/default.php

change the $i%3==0 to $i%2==0

Jan

Re: Two column problem

Posted: 24 Feb 2010, 10:13
by lookic
Ok, that works.

Thx a lot.

Re: Two column problem

Posted: 26 Feb 2010, 15:28
by Jan
Ok