Results 1 to 4 of 4

extra space in category

This is a discussion on extra space in category within the General Discussion forums, part of the vBSEO SEO Plugin category; Hi, If you visit my forum www.nepalhub.com , you will notice that the category text has extra spaces in it. ...

  1. #1
    Junior Member
    Real Name
    Shashi Dahal
    Join Date
    Oct 2006
    Posts
    16
    Liked
    0 times

    extra space in category

    Hi,

    If you visit my forum www.nepalhub.com, you will notice that the category text has extra spaces in it. In Internet explorer, it appears that every category text has an extra line in the top and bottom of the text, while if I check in firefox, it appears that there is an extra line after the text.
    Its not happening on just 1 style but all the styles {selectable at the bottom}
    Same thing is in my other forum www.callshub.com which started to appear after i applied vbseo. Is there any h1/h2 thing in categories that I am not able to figure out.


    I have failed to find the source of this issue. If anyone knows a solution, it would be great.

  2. #2
    Senior Member Shadab's Avatar
    Real Name
    Shadab
    Join Date
    Oct 2007
    Location
    Bhopal
    Posts
    821
    Liked
    0 times
    Blog Entries
    12
    It's because the header tags which you are using aren't being styled properly. By default, they have a large amount of margin reserved for them (depends upon the browser). To reset the whitespace to 0 [none], use this piece of css code :

    Code:
    h1, h2, h3, h4, h5, h6 { padding: 0; margin: 0; }
    You can add it to your styles' CSS files (the Additional CSS Definitions box) via the Style Manager.
    (for whichever styles you are using the partially/not-styled header tags)

  3. #3
    Junior Member
    Real Name
    Shashi Dahal
    Join Date
    Oct 2006
    Posts
    16
    Liked
    0 times
    That solved it

    Thanks.

  4. #4
    Senior Member Shadab's Avatar
    Real Name
    Shadab
    Join Date
    Oct 2007
    Location
    Bhopal
    Posts
    821
    Liked
    0 times
    Blog Entries
    12
    Cool!

Similar Threads

  1. Blog category pagination, problem after category name change
    By NeutralizeR in forum Bug Reporting
    Replies: 2
    Last Post: 07-24-2008, 05:27 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
  •