Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2009
    Posts
    27
    Plugin Contributions
    0

    Default shrink/remove attribute spacing

    Not sure where to find the answer to this question, but i have been searching and searching. I have figured out a lot in Zen cart but still have miles to go. I found out how to add attributes but i cannot seem to find out how to get rid of the spacing or at least make it smaller.

    http://www.trentfabrication.com/stor...products_id=28

    thank you for any help.

  2. #2
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    541
    Plugin Contributions
    0

    Default Re: shrink/remove attribute spacing

    Change

    Code:
    .wrapperAttribsOptions select {
    margin-top:4px;
    }
    to

    Code:
    .wrapperAttribsOptions select {
    margin-top:0px;
    }
    AND

    Code:
    .clearBoth {
    clear:both;
    }
    to

    Code:
    .clearBoth {
    clear:both;
    line-height:0;
    }

  3. #3
    Join Date
    Oct 2009
    Posts
    27
    Plugin Contributions
    0

    Default Re: shrink/remove attribute spacing

    Awesome! Like a ten second fix...lol Hopefully that little bit of hair I lost last night will grow back. Thank you!!!

 

 

Similar Threads

  1. attribute spacing off
    By jmuniz in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 17 Dec 2010, 05:20 PM
  2. Product attribute spacing
    By vito in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 23 Jul 2010, 04:13 PM
  3. Attribute spacing
    By r1formetoo in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 5 Feb 2009, 04:01 AM
  4. Attribute image spacing
    By Shari in forum General Questions
    Replies: 4
    Last Post: 28 Jun 2007, 05:03 AM
  5. Attribute Spacing/Alignment
    By Erica in forum Setting Up Categories, Products, Attributes
    Replies: 11
    Last Post: 13 Aug 2006, 10:55 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