Zen Cart Logo

Columns per Row

Locked

Views: 4,896

Results 41 to 47 of 47
This thread is locked. New replies are disabled.
20 Oct 2010, 6:55 PM
#41
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Columns per Row

What browser are you using? IE6 and maybe IE7 will not understand the br+br and will ignore the whole rule.

20 Oct 2010, 6:57 PM
#42
cchan avatar

cchan

Zen Follower

Join Date:
Oct 2010
Posts:
121
Plugin Contributions:
0

Re: Columns per Row

I am using Mozilla Firefox 3.6.3. Does it look correct on your end?

20 Oct 2010, 7:26 PM
#43
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Columns per Row

That is weird. I am on Firefox too, and now it is losing the break between price and add box. If I add a third +br, it works again, deleting two of the three breaks between elements when it ought to only hide one of them.

.centerBoxContentsProducts br+br+br {display: none;}

21 Oct 2010, 12:42 AM
#44
cchan avatar

cchan

Zen Follower

Join Date:
Oct 2010
Posts:
121
Plugin Contributions:
0

Re: Columns per Row

It worked! Thank you very much, you're the best! :bigups:

28 Oct 2010, 4:28 PM
#45
cchan avatar

cchan

Zen Follower

Join Date:
Oct 2010
Posts:
121
Plugin Contributions:
0

Re: Columns per Row

I just started to wonder... what if I would like to show more than just 9 items per page? How could I set that?

28 Oct 2010, 4:41 PM
#46
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Columns per Row

what if I would like to show more than just 9 items per page? How could I set that?
admin > config > maximum values

28 Oct 2010, 5:07 PM
#47
cchan avatar

cchan

Zen Follower

Join Date:
Oct 2010
Posts:
121
Plugin Contributions:
0

Re: Columns per Row

Great. Thanks!