Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Interesting Page Layout Problem

    This is the current order with some clear both between them that forces a new line and I am not positive what you are seeking

    Code:
    productName
    productMainImage
    productPrices
    productAdditionalImages
    cartAdd
    productAttributes
    productDescription
    
    #productAttributes {
            float: right;
            width: 40%;
            }
    cartAdd is the only one aligned right

    You can add this to your style sheet to right align these
    Code:
    #productDescription {
            width: 40%;
            float: right;
            }
    If the current order is not what you want you will have to rearrange it and then watch the clear both's and usee css as in above to move/refine
    Last edited by kobra; 14 Feb 2009 at 09:41 PM.
    Zen-Venom Get Bitten

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

    Default Re: Interesting Page Layout Problem

    Tried to add the product attributes and added to wrong box and ran out of time.....move both or apply both code segments to your stylesheet
    Zen-Venom Get Bitten

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Interesting Problem
    By accurax in forum General Questions
    Replies: 1
    Last Post: 9 Feb 2009, 12:49 PM
  2. Interesting Problem???
    By kikboxr777 in forum General Questions
    Replies: 2
    Last Post: 16 Dec 2008, 09:39 PM
  3. Interesting Inventory problem.
    By birdoasis in forum General Questions
    Replies: 4
    Last Post: 17 Dec 2007, 06:21 PM
  4. Interesting Shipping Problem...
    By tsh in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 19 Oct 2007, 04:59 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