Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2008
    Posts
    18
    Plugin Contributions
    0

    Default Need some help with my layout

    http://policyclothing.com/index.php?...products_id=92

    on the products page i want the add to cart box up to the right of the picture

    and the size attributes below the add to cart

    thanks for the help

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

    Default Re: Need some help with my layout

    In your stylesheet_main.css, for a start:
    Code:
    #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
    	margin:10px; text-align:center; line-height:20px;
    }
    #productMainImage {width: 280px; float: left;} /*add this line*/
    
    #productMainImage+strong+br.clearBoth {display: none;}/*this is a temporary fix to hide the .clearBoth*/
    #productMainImage a, #reviewsInfoDefaultProductImage a, #productReviewsDefaultProductImage a, #reviewWriteMainImage a {
    	color:#262626; font-weight:bold; text-decoration:none;
    }
    #cartAdd {vertical-align:top; float:right; text-align:center; margin:1em; border:1px solid #000000; padding:1em;}

  3. #3
    Join Date
    Oct 2008
    Posts
    18
    Plugin Contributions
    0

    Default Re: Need some help with my layout

    ok i got the cart up there but now im having trouble with the size attributes

 

 

Similar Threads

  1. I'm making major progress in building my cart but I need some help with my layout
    By strugglingnovice in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 1 Jul 2010, 10:44 AM
  2. Need some serious layout help
    By tabitha in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 22 Jan 2010, 01:10 AM
  3. page layout problems need some help
    By touchclothing in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Oct 2008, 10:14 AM
  4. Need some basic layout help
    By Kyler Schroeder in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 11 Oct 2007, 10:40 PM
  5. I need some help with page layout.
    By yosa in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 15 Sep 2007, 04:22 AM

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