You are here:  » How can change the column of brand or category to 2 or 3?


How can change the column of brand or category to 2 or 3?

Submitted by rssfeeds on Wed, 2011-08-17 04:13 in

Hi, Dave,

How can change the column of brand or category or merchant from 1 to 2 or 3 or more? You know in PT, it's easy, but in pto, I can't find way to change it.

thanks

Jeff

Submitted by support on Wed, 2011-08-17 07:10

Hi Jeff,

I can look at a coded table / cell solution for you, but something you might want to try first which has created a nice fluid column layout on my test server is to wrap each letter list in a DIV which is floated left with a width attribute appropriate to your layout.

To try this; Go to the PriceTapestry.org Settings page (wp-admin) where you will find the HTML sections below the main settings. Set A to Z Before as follows:

<div style='float:left;width:200px;'>
<h3>%LETTER%</h3>
<ul>

...and A to Z After as:

</ul>
</div>

Finally scroll to the end of the page to Save Changes...

Cheers,
David.

Submitted by rssfeeds on Wed, 2011-08-17 08:17

Thank you very much. It works well.

Jeff

Submitted by alecs on Mon, 2011-08-22 10:36

hi jeff,

this works with the featured products to ...

1. delete or outcomment the html in the "before" and "after" fields
2. before the code in the "each" field insert
<div style='float:left;width:200px; margin-left:10px;'>
3. after the code in the "each" field insert
</div>

alecs