Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2011
    Posts
    10
    Plugin Contributions
    0

    Default Align Attributes vertically, remove white spaces

    Hi I was hoping some one could help me, I have been trying to figure this out all day. What I would like to do is align my attribute boxes and add to cart box neatly opposite my product image. But I keep getting this big white space I have tried lots of different hacks from this forum but nothings working.

    Heres my website http://www.thehouseandhomestore.co.u...cupcake-topper

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,949
    Plugin Contributions
    96

    Default Re: Align Attributes vertically, remove white spaces

    You can start by adding to the end of your stylesheet.css:

    #productAttributes {float: left;}

    and remove this statement:

    br + .wrapperAttribsOptions { left: 20em; top: -7.8em; position: relative; }

    from the same file.

  3. #3
    Join Date
    Aug 2011
    Posts
    10
    Plugin Contributions
    0

    Default Re: Align Attributes vertically, remove white spaces

    Hi thanks for a quick reply,

    I added this like you said #productAttributes {float: left;} and everything is pretty much where i want it.

    But I could not find this part in my code br + .wrapperAttribsOptions { left: 20em; top: -7.8em; position: relative; }

    Is there any way i can align my attribute boxes, so they look a bit tidy thanks for your help.

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,949
    Plugin Contributions
    96

    Default Re: Align Attributes vertically, remove white spaces

    Look in your stylesheet.css (line 263) for

    .wrapperAttribsOptions { float: right; }

    and change that to

    .wrapperAttribsOptions { float: left; }

    That will line the attributes' labels/text boxes up a bit better.

 

 

Similar Threads

  1. v153 Vertically Align Product Listing Price On Same Line
    By choochoo in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 9 Oct 2014, 10:03 PM
  2. v151 CenterBoxHeading -- how to vertically align (center) font
    By thumper300zx in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 19 Mar 2013, 02:41 AM
  3. aHow do you vertically align an image
    By knutsford-software in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 Apr 2011, 03:06 PM
  4. Vertically align text in top nav bar
    By troikken in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Apr 2008, 11:40 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