Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2006
    Location
    Central Coast, NSW, Australia
    Posts
    560
    Plugin Contributions
    0

    Default Just a Step to the Left....

    http://www.nortsandones.com.au/index...oducts_id=1581



    Ok.. Were done singing Time Warp to the Thread Title..

    But it sums up what I want to do.

    The section of Text that states, "The ETA for this Product...." etc etc etc is currently centered on the page, both under the product info and also the product description. (I copied the code from the tpl_product_info_display.php so I could have it further up the page as well).

    But I would prefer if the top entry was a justified to the left, and aligned under the other information, eg Model Name, Qty Avail etc.

    I played around in the style sheet, but I could not get it to budge..

    Any help would be appreciated..

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

    Default Re: Just a Step to the Left....

    They're both using the same id, so whatever you do to one will happen to the other. If you want to move both to the left,

    #productDateAvailable {float:left;}

    You could change the id of the code you copied to separate them.

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

    Default Re: Just a Step to the Left....

    Actually, since it's an id, you should change it anyway, since ids are supposed to be unique on any one page.

    If you want it to match the product details list, you should move the code right into that section in the file. Place it so that it will execute after the list loop is finished and before the closing </ul> is output, and wrap it in <li> tags.

  4. #4
    Join Date
    Feb 2006
    Location
    Central Coast, NSW, Australia
    Posts
    560
    Plugin Contributions
    0

    Default Re: Just a Step to the Left....

    Thanks Guys..

 

 

Similar Threads

  1. Payment Step 3, confirm order, just takes me back to step 2!
    By CultureClick in forum PayPal Website Payments Pro support
    Replies: 12
    Last Post: 23 Sep 2012, 02:56 PM
  2. Replies: 6
    Last Post: 24 Jan 2011, 04:29 AM
  3. Easy one, change the "Your Total" on step 2 form right justify to left
    By immersive in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 9 Jan 2007, 06:09 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