Thread: space issue

Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2006
    Location
    Providence
    Posts
    137
    Plugin Contributions
    0

    Default space issue

    I'm having a space issue with my template. Take a peek and you'll understand what I'm talking about: http://www.seventhwindow.com/index.p...&products_id=9

    You have the title of the book, then the author name, then the price. After that you choose which version you want to purchase. Then there's a big space. Ick.

    Is the space because of:
    Code:
    </div>
    <br class="clearBoth" />
    </div>
    
    <br class="clearBoth" />
    
    </div>
    When I delete the BR tags and keep the closing DIV tags, the gap is closed and the text rides up too high. Deleting only one BR tag raises the text, but there's a still a small gap. Should I add some code to the clearBoth class in the BR tags?

    Code:
    .clearBoth {
      margin-top: 0em;
     }
    Is there a better way to fix my issue?

  2. #2
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: space issue

    You could give the <br class="clearBoth /> a line-height of zero, but you'll want to make sure you only get the ones on the product page.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Jun 2006
    Location
    Providence
    Posts
    137
    Plugin Contributions
    0

    Default Re: space issue

    Quote Originally Posted by Kim View Post
    You could give the <br class="clearBoth /> a line-height of zero, but you'll want to make sure you only get the ones on the product page.
    I was afraid of the same thing, which is why I posted it here before actually doing it. I might just give ita new class (ProductSpace) and use that, which would be safer.

 

 

Similar Threads

  1. Space between Products, text issue
    By psvialli in forum General Questions
    Replies: 4
    Last Post: 9 Mar 2012, 06:50 PM
  2. IE issue - Want to remove empty space at top of page
    By JHouse in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Mar 2008, 07:07 AM
  3. Space issue
    By BrakeStorm in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 30 Aug 2007, 10:04 PM
  4. Space issue between left sideboxes and centerboxes
    By cristaltech in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 10 Jul 2007, 10:37 PM
  5. White Space....I Know Another White Space Issue...Cant Get Rid Of It
    By enchantedlingerie in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 18 Apr 2007, 03:05 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