Results 1 to 6 of 6
  1. #1
    Join Date
    Mar 2011
    Posts
    9
    Plugin Contributions
    0

    Default Positioning Cart in Product Info Page

    HI I have been trying hard to position the Cart to be inline on the top with my attribute (Size) dropdown. Right now there is a big space on top of the Cart and despite me trying to take away all padding, margins, it cant seem to move up.

    Am not very well versed in CSS and hope some veteran in this can advice me

    http://www.ragdoll.sg/store/index.ph...&products_id=1

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Positioning Cart in Product Info Page

    Locate this:
    store/includes/templates/custom_premium/css/stylesheet.css
    Find this:
    #cartAdd {
    background: none repeat scroll 0 0 #F2EBE1;
    border: 1px solid #DBCBB6;
    clear: both;
    float: right;
    margin-right: 50px;
    padding: 1em;
    text-align: center;}

    1. The highlighted red font is your fix.
    2. Try this and change as you wish.
    3. margin: -4.6em 5em 0 0;

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

    Default Re: Positioning Cart in Product Info Page

    In your stylesheet you currently have
    Code:
    #cartAdd {
    float:right;
    clear:both;
    text-align:center;
    padding:1em;
    background:#f2ebe1;
    border: 1px solid #dbcbb6;
    margin-right:50px;
    }
    Try changing it to this and see
    Code:
    #cartAdd {
    float:right;
    clear:both;
    text-align:center;
    padding:1em;
    background:#f2ebe1;
    border: 1px solid #dbcbb6;
    margin: -5.5em 2.5em 0em 0em;
    }
    Zen-Venom Get Bitten

  4. #4
    Join Date
    Mar 2011
    Posts
    9
    Plugin Contributions
    0

    Default Re: Positioning Cart in Product Info Page

    wow

    u guys are awesome! really very helpful n made my day better!

    God Bless

    Lilian

  5. #5
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Positioning Cart in Product Info Page

    You are most welcome ..
    Take time one day to download the browser called Firefox (Moxilla) and download an Add On called Web Developer or Firebug. These two allow you to view your site and make changes to the stylesheet.css and when you are happy just edit the original .css file and upload the changes to your server...

  6. #6
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Positioning Cart in Product Info Page

    https://addons.mozilla.org/en-US/firefox/addon/1843
    Use the FIREBUG and DEVELOPER TOOLKIT add-ons to Firefox browser to help you find relevant style classes and ID's within the template.

 

 

Similar Threads

  1. Replies: 16
    Last Post: 13 Jan 2013, 06:10 PM
  2. Positioning elements on the Product Info pages
    By haliciad2 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 9 Sep 2011, 04:43 AM
  3. Move Add to Cart Below Product Price on Product Info Page
    By dave_nextexit in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 15 Apr 2008, 09:20 PM
  4. product info positioning issues
    By jbezooyen in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 20 Feb 2008, 11:34 PM
  5. Positioning Add to Cart Button and Product Image
    By bgroup99 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 6 Apr 2007, 04:51 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