Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Jan 2009
    Posts
    126
    Plugin Contributions
    0

    Default Re: Moving Add to Cart box

    Ah sorry stupid moment. There was another one named eptly for this use which appears to have moved the add to cart box.

    Now its right at the bottom of the page however.

    Which settings do I need in the css to make it appear on the left below the attributes (and move the rest of the page down to allow space for it!!)

  2. #2
    Join Date
    Jan 2009
    Posts
    126
    Plugin Contributions
    0

    Default Re: Moving Add to Cart box

    Cracked it!!!
    Thanks All!!

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

    Default Re: Moving Add to Cart box

    In your stylesheet_main.css, find the #cartAdd rule and change right to left:
    Code:
    #cartAdd {float:left; text-align:center; margin:1em; border:1px solid #AEACA5; padding:1em;}
    In your stylesheet.css, delete the #cartAdd {} rule, and add a new rule to keep the next/prev below the add box::
    Code:
    /* ----------------- ADD TO CART BOX MOVE -------------- */
    
    #cartAdd {position: relative; top: 20em; left:100px;}
    
    .navNextPrevWrapper {clear: both;}

 

 

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 Advantage Online in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 12 Feb 2010, 07:12 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