Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Product attributes spacing

    I don't know if this is truly a CSS problem, but CSS is the usual place I start with layout issues.. So I thought I'd start by posting this message here..

    Here's a sample of the issue I am having:
    http://clients.overthehillweb.com/la...products_id=37

    You'll notice that there is a pretty significant space between the 1st attribute, and the remaining attributes.. not sure how or what I need to look at modify to fix this.. I could use an assist from the experts 'round here..

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

    Default Re: Product attributes spacing

    Quote Originally Posted by DivaVocals View Post
    I don't know if this is truly a CSS problem, but CSS is the usual place I start with layout issues.. So I thought I'd start by posting this message here..

    Here's a sample of the issue I am having:
    http://clients.overthehillweb.com/la...products_id=37

    You'll notice that there is a pretty significant space between the 1st attribute, and the remaining attributes.. not sure how or what I need to look at modify to fix this.. I could use an assist from the experts 'round here..
    Di,
    You half to move your add the cart button box below the attributes.

    includes/ templates/ your_template/ templates/ tpl_product_info.php

  3. #3
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Product attributes spacing

    Quote Originally Posted by haredo View Post
    Di,
    You half to move your add the cart button box below the attributes.

    includes/ templates/ your_template/ templates/ tpl_product_info.php
    Excellent.. I knew it was something I was overlooking.. Now one more thing.. I'm not quite sure how to get the "Add to Cart" box to align from the top with the 1st attribute...

  4. #4
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Product attributes spacing

    I got lazy and decided to just use a simple table to solve my issue.. I'll look for a CSS solution later.. for now this meets my client's objective.. BUT.. if anyone knows a CSS solution I'll be grateful for the share..

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

    Default Re: Product attributes spacing

    Quote Originally Posted by DivaVocals View Post
    I got lazy and decided to just use a simple table to solve my issue.. I'll look for a CSS solution later.. for now this meets my client's objective.. BUT.. if anyone knows a CSS solution I'll be grateful for the share..
    Di,
    Sure we can....

    Locate your_template/ stylesheet.css
    Find this:
    #cartAdd {
    float: right;
    text-align: center;
    margin: 1em;
    border: 1px solid #000000;
    padding: 1em;
    }

    Change to this:
    #cartAdd {
    float: right;
    text-align: center;
    margin: 2.2em 0em 0em 0em;
    border: 1px solid #000000;
    padding: 1em;
    }

 

 

Similar Threads

  1. Replies: 2
    Last Post: 1 Jan 2012, 07:55 PM
  2. Spacing of Attributes
    By Hylt in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 23 Apr 2011, 01:52 PM
  3. Spacing between attributes on product pages, how?
    By panicrecords in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 18 Apr 2010, 03:34 AM
  4. Remove double spacing from product attributes list?
    By Danielle in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 11 Jun 2009, 04:01 PM
  5. Attributes spacing
    By mgbyte in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 16 Sep 2006, 08:23 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