Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2006
    Posts
    85
    Plugin Contributions
    0

    Default Reduce spacing between options?

    Hi all,

    Still tweaking my Zen Cart setup so everything's "just so" and having great success tracking down the correct CSS or admin options to modify things. BUT...

    On the main product display page, I'm getting a bit too much space for my liking between the different product options. I've looked at HTML source code, seemingly found all the relevant CSS, but still can't reduce the spacing between each option-and-dropdown-list pair.

    Here's how it looks now:

    http://tinyurl.com/zhwm5

    See what I mean? What am I missing (that's probably staring me in the face)?

    Thanks!
    Cosmo

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Reduce spacing between options?

    Look in includes -> templates -> YOUR_TEMPLATE -> templates -> tpl_modules_attributes.php

    at approx. line 49 comment out <br class="clearboth" /> and that should take care of the spacing problem.

  3. #3
    Join Date
    Jun 2006
    Posts
    85
    Plugin Contributions
    0

    Default Re: Reduce spacing between options?

    Brilliant! That was it.

    Thanks!

  4. #4
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Reduce spacing between options?

    Glad to help.

  5. #5
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: Reduce spacing between options?

    And, in case you do need the clearboth (elsewhere), but not the space it occupies, you can also try:
    .clearBoth {
    line-height: 0px;
    }

 

 

Similar Threads

  1. v151 Reduce spacing between items in category
    By ExtensiveEnterprises in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 5 Mar 2014, 09:38 PM
  2. Reduce empty lines of between product listing
    By digulu in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 11 Jan 2010, 05:05 PM
  3. Reduce the padding between center box and sideboxes
    By JimmyV in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 17 Mar 2008, 06:11 AM
  4. Reduce subcategory line spacing
    By Jeff G in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 Nov 2007, 09:08 PM
  5. Reduce vertical pace between attributes
    By EyefulTower in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 17 Jul 2007, 02:31 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