Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 36
  1. #11
    Join Date
    Jun 2009
    Location
    USA
    Posts
    44
    Plugin Contributions
    0

    Default Re: Product Image & Description Position!!

    Quote Originally Posted by gjh42 View Post
    You appear to have added a bunch of blank lines to your description to get the text below the image. You don't actually need to use this trick or edit any PHP files; just add to your stylesheet:

    #productDescription {clear: both;}

    and then delete the extra lines in your description.
    Now i have place that code inside my stylesheet. Nothing change. The description and image still seem to stick together

    The description should be going to the bottom of the image but nothing happen
    Agik Idup Agik Ngelaban
    Adil Ka' Talino, Bacarumin Ka Saruga, Masenggat Ka Jubata

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

    Default Re: Product Image & Description Position!!

    Find this in your stylesheet_main.css:
    Code:
    /*  ----------------------- PRODUCT INFO -----------------------  */
    
    .categoryIcon {margin:10px;}
    .categoryIcon a {color:#C70E06; font-weight:bold; text-decoration:none; font-size:13px; line-height:normal; font-weight:normal;}
    
    .navNextPrevWrapper {margin:0px 10px; padding:10px 0px;}
    
    #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
    	margin:10px; text-align:center; line-height:20px;
    }
    #productMainImage a, #reviewsInfoDefaultProductImage a, #productReviewsDefaultProductImage a, #reviewWriteMainImage a {
    	color:#C70E06; font-weight:bold; text-decoration:none;
    }
    
    #productName {background:#8AC6E3 url(../images/h_bg.gif) top repeat-x; padding:8px 0 8px 15px; border-bottom:2px solid #FFFFFF; font-family:tahoma; color:#095082; text-decoration:none; font-size:11px; line-height:normal; font-weight:bold; text-transform:uppercase; margin:0 -13px;}
    #productPrices {color:#C70E06; font-family:tahoma; font-size:13px; line-height:normal; font-weight:bold;}
    #productDescription {margin:0px 10px; padding:0;}
    and add clear: both; to get
    Code:
    #productDescription {margin:0px 10px; padding:0; clear: both;}
    Tested on your site and verified to work.

  3. #13
    Join Date
    Jun 2009
    Location
    USA
    Posts
    44
    Plugin Contributions
    0

    Default Re: Product Image & Description Position!!

    Quote Originally Posted by gjh42 View Post
    Find this in your stylesheet_main.css:
    Code:
    /*  ----------------------- PRODUCT INFO -----------------------  */
    
    .categoryIcon {margin:10px;}
    .categoryIcon a {color:#C70E06; font-weight:bold; text-decoration:none; font-size:13px; line-height:normal; font-weight:normal;}
    
    .navNextPrevWrapper {margin:0px 10px; padding:10px 0px;}
    
    #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
    	margin:10px; text-align:center; line-height:20px;
    }
    #productMainImage a, #reviewsInfoDefaultProductImage a, #productReviewsDefaultProductImage a, #reviewWriteMainImage a {
    	color:#C70E06; font-weight:bold; text-decoration:none;
    }
    
    #productName {background:#8AC6E3 url(../images/h_bg.gif) top repeat-x; padding:8px 0 8px 15px; border-bottom:2px solid #FFFFFF; font-family:tahoma; color:#095082; text-decoration:none; font-size:11px; line-height:normal; font-weight:bold; text-transform:uppercase; margin:0 -13px;}
    #productPrices {color:#C70E06; font-family:tahoma; font-size:13px; line-height:normal; font-weight:bold;}
    #productDescription {margin:0px 10px; padding:0;}
    and add clear: both; to get
    Code:
    #productDescription {margin:0px 10px; padding:0; clear: both;}
    Tested on your site and verified to work.
    Glenn thanks for helping but it still not working as you can see here:http://cheap-activation.com/index.ph...&products_id=2

    The description still follow the image it should at the bottom of the image
    Agik Idup Agik Ngelaban
    Adil Ka' Talino, Bacarumin Ka Saruga, Masenggat Ka Jubata

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

    Default Re: Product Image & Description Position!!

    Then you are not doing exactly what I suggested. I know that it works when done correctly because I have seen it work on your site.

  5. #15
    Join Date
    Jun 2009
    Location
    USA
    Posts
    44
    Plugin Contributions
    0

    Default Re: Product Image & Description Position!!

    Quote Originally Posted by gjh42 View Post
    Then you are not doing exactly what I suggested. I know that it works when done correctly because I have seen it work on your site.
    But i did it exactly as you instructed. see below

    .categoryIcon {margin:10px;}
    .categoryIcon a {color:#C70E06; font-weight:bold; text-decoration:none; font-size:13px; line-height:normal; font-weight:normal;}

    .navNextPrevWrapper {margin:0px 10px; padding:10px 0px;}

    #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
    margin:10px; text-align:center; line-height:20px;
    }
    #productMainImage a, #reviewsInfoDefaultProductImage a, #productReviewsDefaultProductImage a, #reviewWriteMainImage a {
    color:#C70E06; font-weight:bold; text-decoration:none;
    }

    #productName {background:#8AC6E3 url(../images/h_bg.gif) top repeat-x; padding:8px 0 8px 15px; border-bottom:2px solid #FFFFFF; font-family:tahoma; color:#095082; text-decoration:none; font-size:11px; line-height:normal; font-weight:bold; text-transform:uppercase; margin:0 -13px;}
    #productPrices {color:#C70E06; font-family:tahoma; font-size:13px; line-height:normal; font-weight:bold;}
    #productDescription {margin:0px 10px; padding:0; clear; both;}
    Agik Idup Agik Ngelaban
    Adil Ka' Talino, Bacarumin Ka Saruga, Masenggat Ka Jubata

  6. #16
    Join Date
    Jun 2009
    Location
    USA
    Posts
    44
    Plugin Contributions
    0

    Default Re: Product Image & Description Position!!

    Quote Originally Posted by gjh42 View Post
    Then you are not doing exactly what I suggested. I know that it works when done correctly because I have seen it work on your site.
    Glenn you are right lol...i must thank you so much for little problem that cause me headache ...i should have put colon instead of semi-colon after the clear

    Thank YOU
    Agik Idup Agik Ngelaban
    Adil Ka' Talino, Bacarumin Ka Saruga, Masenggat Ka Jubata

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

    Default Re: Product Image & Description Position!!

    Glad you found the hang-up and got it working!

  8. #18
    Join Date
    Jun 2009
    Location
    USA
    Posts
    44
    Plugin Contributions
    0

    Default Re: Product Image & Description Position!!

    Quote Originally Posted by gjh42 View Post
    Glad you found the hang-up and got it working!
    May thanks you are real good on this . By the way i saw many zen cart template (template monster) with the author name Glenn is that you?? lol.
    Agik Idup Agik Ngelaban
    Adil Ka' Talino, Bacarumin Ka Saruga, Masenggat Ka Jubata

  9. #19
    Join Date
    Oct 2006
    Posts
    175
    Plugin Contributions
    0

    Default Re: Product Image & Description Position!!

    I have a whole new question is it possible to align the extra images (from bottom) to the left of the main image?

    Seen here: http://www.melijoe.com/63719-silhoue...wing-city.html


    working on this page: http://www.tylerandtallulah.com/shop...-winter-p-1256


    Thanks in advance!!

    ~Red
    [FONT="Comic Sans MS"]Red[/FONT]

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

    Default Re: Product Image & Description Position!!

    I would never have anything to do with the TM way of doing things, so no, it's not me.

 

 
Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Replies: 148
    Last Post: 18 Oct 2023, 12:08 PM
  2. v151 Position of Attributes on product description page
    By raunharman in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 15 Jan 2014, 05:10 PM
  3. NEWBIE: How do I position "description" on Featured & product listings?
    By hugozc in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 11 Feb 2012, 09:22 PM
  4. Fixing position of product description
    By caesartrading in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 26 Sep 2011, 11:30 AM
  5. New Product form not saving some data / not displaying description & image in store
    By danshafer in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 22 Mar 2011, 09:11 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