HomeHome Product Discus... Product Discus...SmithCartSmithCartProduct list page thumbnail spacingProduct list page thumbnail spacing
Previous
 
Next
New Post
6/17/2011 5:44 PM
 

On the page called “shop”  ( http://soapqueen2011.digdnn.com/shop.... ) which I have added a Smith.BuyNow module on the products spread out across the page.

There seems to be a cell between the product images which is 300 wide.

How do I remove or edit this width?

 
New Post
6/17/2011 8:12 PM
 

Hi Robert,

For a single column display open up the productlist.ascx and goto line 66 and adjust the column widths to your desire

   <colgroup>

            <col width="10%" /><%--Thumbnail Image--%>

            <col width="30%" /><%--Product Name--%>

            <col width="3%" /><%--Spacer--%>

            <col width="20%" /><%--Price--%>

            <col width="32%" /><%--Add to Cart button - single column layout--%>

        </colgroup>

 

For a multi-column display open up the productlist.ascx and goto line 50 and adjust the following to get the look you want:

 

<asp:DataList ID="dtProductslist" runat="server" RepeatColumns="1" RepeatDirection="Horizontal" EnableViewState="False" Width="100%

 This can also be adjusted in pixels by using "px" instead of "%" 

 

Thanks

 
New Post
6/28/2011 9:25 PM
 

I have tried (with a programmer from our office) to make changes to the productlist.ascx file (as indicated in the forum dated 6/17/2011 8:12 PM) but it does not seem to work.

Changing line 66 for single and line 50 for multiple. There still seems to be a cell 300 wide causing it to be spaced out. How do I fix this?

http://soapqueen2011.digdnn.com/Shop....

Can you see the 300wide cell and can you see why its there?

 

 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartProduct list page thumbnail spacingProduct list page thumbnail spacing