Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2008
    Posts
    84
    Plugin Contributions
    0

    Default Price below title in product description

    Ok on my site when you look at a product individually the price is below the title or wrapped around as you see here I would like to have that all just 1 stright line across. and please be gentle with the explaination I am not a coder thank you

    Also where do you change the color of the text in that title?

    P.S. Sorry about the other day guys you know who you are

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

    Default Re: Price below title in product description

    You can try this for a css only tweak but probably need to tweak the description file?

    Add to your stylesheet.css file
    Code:
    #productName {
            float: left;
            width: 45%;
            }
    
    #productPrices {
            float: left;
            width: 10%;
            }

 

 

Similar Threads

  1. v151 Display Category Description below category Title on the Product page
    By Alexander81 in forum General Questions
    Replies: 11
    Last Post: 13 Apr 2013, 12:13 AM
  2. Product Description/Info page: can I move price right below model without space?
    By scott_ease in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 27 Jun 2012, 01:38 AM
  3. Product title and description below image
    By mac08 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 1 Apr 2011, 08:57 AM
  4. Display Category Description below category Title on the Product page
    By nigelt74 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 4 Sep 2009, 02:06 PM
  5. Products Listing - Add Model below title, above description
    By margecc in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 20 Jun 2008, 07:57 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