Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Hybrid View

  1. #1
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Description on Product Info Page

    On the Product Info Page, each product has their own description on their own page, as shown below, but they all have the same font/size/color.

    <p style="FONT-STYLE: italic; FONT-FAMILY: georgia; COLOR: grey; FONT-SIZE: 110%">Fragrance Notes~ aldehydes, peach, brazilian rosewood, geranium, sandalwood, orris root, vetiver, ylang-ylang, lily-of-the-valley, cedar, rose, honey, iris, tonka bean, cinnamon, musk, vanilla and heliotrope. <br /><br />Classification: floral. <br /><br />This fragrance was introduced in 1981.

    I would just like the description to be placed a little higher. Still under under the image, but a little closer. How can I adjust the spacing?

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Description on Product Info Page

    We'll need to see the site to help. Generally, it's better to avoid inline styling in product descriptions and use the stylesheet instead.

  3. #3
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Re: Description on Product Info Page

    Quote Originally Posted by stevesh View Post
    We'll need to see the site to help. Generally, it's better to avoid inline styling in product descriptions and use the stylesheet instead.
    Sorry, I forgot to add a link. I don't know how to use the stylesheet to describe each individual product.

    http://designerperfumesnob.authsafe....en-p-5286.html

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Description on Product Info Page

    The main part of your problem is the image itself. It's 350px high, and the extra space below the actual image content is showing up as space.

  5. #5
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Re: Description on Product Info Page

    I don't have control over the actual image. It is 350 x 350 and I get it from my wholesaler. I drop it down to 250 x 250 for my product page. Down the road when I have time, would resizing the image to 250 x 250 in an image editor make a difference? I have thousands of images. Anything I can do now?

  6. #6
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Re: Description on Product Info Page

    I also want to get back to what was brought up before about making changes from the stylesheet. I can't figure out how to do that for individual products.

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

    Default Re: Description on Product Info Page

    So I would end up with around 3,000 stylesheets
    You did not bother to read the CSSreadme.txt referenced

    You make ONE for this type of page
    Am I penalized in any way if I continue like this?
    That is what & why CSS is beneficial - suppose at some later date you want to change something about the display
    Doing it your way - you have to edit 3,000 descriptions
    The css way you just change a rule once

  8. #8
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Re: Description on Product Info Page

    Quote Originally Posted by kobra View Post
    You did not bother to read the CSSreadme.txt referenced

    You make ONE for this type of page

    That is what & why CSS is beneficial - suppose at some later date you want to change something about the display
    Doing it your way - you have to edit 3,000 descriptions
    The css way you just change a rule once
    I did bother to read it, but I obviously did not understand it. What comes so easy to some of us, seems like a foreign language to others.

    I still don't understand it, but the thought of being able to make one change versus 3,000 is wonderful. If I understood how to go about this I would put it into practice. I've read it, and read it some more, and I still have no idea where to begin, and what I would do if you pointed to the page.

    I'm very frustrated and disappointed that after working so hard on this site I am going to end up missing Christmas after all.

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

    Default Re: Description on Product Info Page

    each product has their own description on their own page, as shown below, but they all have the same font/size/color.
    Do you mean you want them to all have the same font settings, different from what is used on other pages/places? That is so simple that you don't even need one extra stylesheet. All you need is one rule added to your stylesheet:
    Code:
    #productDescription {
        font-style: italic;
        font-family: georgia, serif;
        color: grey;
        font-size: 110%;
        }
    If you want only part of the description to have this styling, add a class tag to the element containing this part, like

    <p class="special1">Text special text.</p>

    then add a rule to the stylesheet like
    Code:
    #productDescription .special1 {
        font-style: italic;
        font-family: georgia, serif;
        color: grey;
        font-size: 110%;
        }

  10. #10
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Re: Description on Product Info Page

    Yes, the product description on the product info page all have the same font, font style, font color. I will take that information out of the description and put it in the stylesheet. That will be great because I was actually thinking of going a darker grey and wondering how the heck I would do that!

    Now, for the rest of the description that is individual for the product, I would continue putting that directly in the text box for each product?

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v139h Missing Price on Product Info Description Page
    By swdynamic in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 22 May 2013, 03:47 PM
  2. v139h No product description on Product info page
    By goodgeneguo in forum General Questions
    Replies: 2
    Last Post: 16 Jan 2012, 07:53 PM
  3. Centralising the product description text on product info page
    By Sushigal in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 30 Apr 2009, 10:17 AM
  4. Product Info Page...add to cart next to description
    By audradh in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 23 Feb 2008, 10:22 PM
  5. Center product description on product info page
    By dealbyethan.com in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 21 Dec 2007, 02: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