Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2005
    Posts
    60
    Plugin Contributions
    0

    Default Move product description text

    How do I move the product decsription text (see blue area in attachment) from below the add to cart area to below the model information area?

    I am also having trouble getting a border around the Product listing main image (see attachment).

    I added this code to the stylesheet

    Code:
    .productListing-data img, #productMainImage img, #productAdditionalImages img {
    	border: 1px solid #000;
    }
    which took care of most of the images, but not the main image.

    Thanks.
    Attached Images Attached Images  

  2. #2
    Join Date
    Dec 2005
    Posts
    60
    Plugin Contributions
    0

    Default Re: Move product description text

    This took care of the image issue:


    Code:
    td.smallText a IMG, td.popupimages a IMG {
    	border: 1px solid black;
    }
    But now there is a pixel border on my left and right columns and I'm pretty sure the border on the columns has nothing to do with the above code.

    www.kethmemorialgolf.com/onlinestore
    Last edited by onisama; 14 Jul 2006 at 04:27 PM.

  3. #3
    Join Date
    Dec 2005
    Posts
    60
    Plugin Contributions
    0

    Default Re: Move product description text

    The border on the side columns was caused by some padding I had on the td.

    Still can't figure out how to move the product description though.

 

 

Similar Threads

  1. Product description length
    By SherolC in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 11 Jul 2006, 04:49 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •