Results 1 to 5 of 5
  1. #1
    Join Date
    May 2007
    Location
    Toronto
    Posts
    13
    Plugin Contributions
    0

    Default productName, product Prices - left align

    Hello.

    I've been trying to get my productName and product Prices to align left for a while now.
    Here's a page:
    http://www.smallworldmusic.com/catal...products_id=19

    I've been using the Web Developer Firefox tool but I can't seem to find a way to make these items align left.
    I've added the following tag to the style sheet but it fails to work.

    h1#productName
    {
    font-family: helvetica, arial, sans-serif;
    font-size: 2.0em;
    text-align: left}

    I've gone through the CSS over and over trying to find the tag which will do the job. Just can't find it.

    Any suggestions?

    Many thanks

    NIk

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

    Default Re: productName, product Prices - left align

    Add clear: both;

    Code:
    h1#productName 
    {
    	font-family: helvetica, arial, sans-serif;	
    	font-size: 2.0em;
    	text-align: left; 
    	clear: both;}

  3. #3
    Join Date
    May 2007
    Location
    Toronto
    Posts
    13
    Plugin Contributions
    0

    Default Re: productName, product Prices - left align

    Hey gj,

    brilliant.

    Many (many) thanks!
    What a quick fix!

    What exactly does "clear: both;" do??

    Big sigh of relief....

    NIk

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

    Default Re: productName, product Prices - left align

    clear: both; keeps the element below any other floated elements that would otherwise appear next to it.

  5. #5
    Join Date
    May 2007
    Location
    Toronto
    Posts
    13
    Plugin Contributions
    0

    Default Re: productName, product Prices - left align

    ok....
    most helpful.

    thanks again...

    nik

 

 

Similar Threads

  1. How to align Product Description to Left?
    By nesum18 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 31 Dec 2012, 02:38 AM
  2. align product item name to the left: how?
    By davebeing in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 17 Aug 2011, 08:16 PM
  3. Product description left align or justify 1.3.8
    By luvvvvvit in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 27 Aug 2010, 05:57 PM
  4. How to align product images to left?
    By kevinmc3 in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 24 Nov 2009, 09:25 AM
  5. Assistance with product description & title align left?
    By itsxtian in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 4 Jan 2007, 10:49 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