Results 1 to 10 of 26

Hybrid View

  1. #1
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Product Image Position

    A link to see the problem in action?

  2. #2
    Join Date
    Nov 2007
    Location
    Dallas, Texas USA
    Posts
    183
    Plugin Contributions
    0

    Default Re: Product Image Position

    Thanks! Here you go ---
    http://www.artbeautiful.com/index.ph...oducts_id=1622

    FYI, I downloaded your Categories Dressing but haven't tried it yet. To tell the truth, the Zen C learning curve for me, a non-developer, has been no curve at all --- just a sheer vertical wall.
    Last edited by JackA; 4 Dec 2007 at 09:10 PM. Reason: sp

  3. #3
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Product Image Position

    It was a wall for me for quite a while, too... eventually I found the forum and started learning how & where to edit things.

    Your first problem with the image is that you put your customized #productMainImage declaration above the existing one, so the original margins overrode yours. Always check to see if a class or id has been used in the stylesheet already, and if so try to edit that instead of adding another instance.

  4. #4
    Join Date
    Nov 2007
    Location
    Dallas, Texas USA
    Posts
    183
    Plugin Contributions
    0

    Default Re: Product Image Position

    OK--done. What do I know?

    Can you advise me on that table containing the product info? Do I need to create a new style for that to control the colors? If so, can you tell me the applicable .php?

    Thanks.
    J

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Product Image Position

    You already have all the tags you need to control that table in your stylesheet (actually more than enough - you don't even need the .bodycopy).

    You can style any or all of

    #productDescription table { }
    #productDescription tr { }
    #productDescription td { }

    with any CSS you want.

  6. #6
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Product Image Position

    You can get rid of all the repeated
    width="50%" align="left" valign="top" style="background-color: #F3F3F3;"
    in the <td> tags, and put one declaration in your stylesheet that will control them all.
    Code:
    #productDescription td {
        width: 50%;
        text-align: left;
        vertical-align: top;
        background-color: #F3F3F3;
        }

  7. #7
    Join Date
    Nov 2007
    Location
    Dallas, Texas USA
    Posts
    183
    Plugin Contributions
    0

    Default Re: Product Image Position

    I can't figure how to get rid of those repeated declarations. What drives those? They are not in the stylesheet.css that I can find. Is it a .php file? I'm using Firebug, also. This area is in a form.

 

 

Similar Threads

  1. image position within product listing
    By ttfan in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 18 Mar 2011, 07:55 AM
  2. How to Change Image Position on Product Page?
    By Manor in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 14 Sep 2010, 08:00 AM
  3. Change position of image of product
    By neal99 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 20 Apr 2010, 08:09 AM
  4. Product Image & Description Position!!
    By frontier2002 in forum Templates, Stylesheets, Page Layout
    Replies: 35
    Last Post: 12 Sep 2009, 10:13 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