Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Apr 2011
    Posts
    2
    Plugin Contributions
    0

    Idea or Suggestion Text wrapping around the product image

    I'm new to the cart, using Zen Cart version 1.39, and Andover Modern template, I'm trying to prevent the text in my product description to wrap the image toward the left. There is a post to modify the stylesheet.css:
    #productDescription {
    width: 60%;
    float: right;
    }

    but in my template I can't find that line.
    Here is link to my product

    http://fishclubonline.com/etacklesho...products_id=10

    Can somebody help me with this? Thanks

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Text wrapping around the product image

    First you need to delete your stylesheet_bak.css file
    as any file ending in .css is loaded

    Then in your stylesheet.css file find and edit this rule adding the following and adjust to suit
    Code:
    #productDescription {
            color:#000000;
            width: 500px;
            margin: 0em 0em 0em 5.5em;
            }
    but in my template I can't find that line.
    It is there as #productDescription
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Apr 2011
    Posts
    2
    Plugin Contributions
    0

    Default Re: Text wrapping around the product image

    It works!
    Thanks so much, you'be been a great help. Now I can move forward.

 

 

Similar Threads

  1. Wrapping text around image, and borders not working in IE
    By timmyneal in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 11 Nov 2009, 08:49 AM
  2. IE Compatibility - Text not wrapping around image
    By simon1066 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 5 May 2009, 04:19 PM
  3. Product Attributes wrapping around main product image...
    By TracNez411 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 5 Sep 2007, 11:49 PM
  4. Stop text wrapping around product image?
    By mattys in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 23 Nov 2006, 07:47 PM

Posting Permissions

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