Results 1 to 6 of 6
  1. #1
    Join Date
    Feb 2010
    Posts
    46
    Plugin Contributions
    0

    help question Moving Add To Cart Box

    My add to cart box with the quantity selector is in the middle of my attributes? can anyone tell me how to adjust this box so it is on top of my attributes not in the middle?

    http://www.advantageonlineordering.n...&products_id=1

    thanks!

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

    Default Re: Moving Add To Cart Box

    Change the float in #cartAdd to left

    Add to the stylesheet:

    #attribsOptionsText {margin-top:150px;}

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

    Default Re: Moving Add To Cart Box

    You have two choices. If you want the attributes to drop below the add box, add this to your stylesheet:
    Code:
    #productAttributes {clear: both;}
    If you want the attributes to close up the gap and all appear to the left of the add box, add this:
    Code:
    .wrapperAttribsOptions+.clearBoth, .optionName+.back+.clearBoth {clear: left;}
    Okay, three choices:)

  4. #4
    Join Date
    Feb 2010
    Posts
    46
    Plugin Contributions
    0

    Default Re: Moving Add To Cart Box

    Thank you both...1 thing...sorry a little new to zen cart...where can i find that css sheet?

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

    Default Re: Moving Add To Cart Box

    includes/templates/241/css/stylesheet.css

  6. #6
    Join Date
    Feb 2010
    Posts
    46
    Plugin Contributions
    0

    css problem Re: Moving Add To Cart Box

    Perfect!! worked like a charm!

    thank you for all your help...you too gjh42

    this program is great but makes me want to sometimes!

 

 

Similar Threads

  1. v151 Moving the Add to Cart box
    By Togfather in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 17 Aug 2014, 05:17 PM
  2. Moving the add to cart box
    By evil turinp in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 22 Feb 2010, 10:51 PM
  3. Moving Add to Cart box
    By totalsam in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 14 Oct 2009, 11:44 PM
  4. Moving Add to Cart Box
    By IncrediBody in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 21 Jul 2006, 02:44 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