Forums

How to get rid of blank space on homepage (3 posts)

  1. SlikVik
    Member
    Posted 1 year ago #

    I've installed a theme on http://www.sqsaparade.com and customized it by widening the posting space so it would span from side to side. It's worked great on every page, except the homepage. There is a blank white space at the top. How do I fix this. Thank you!

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    home page:
    html:

    <div class="postareaindex">

    css:

    .postareaindex { float:left; margin:0 auto 0 180px; padding:10px; }

    if you replace the left margin value 180px with 0px, it should work.

    just for comparison:
    other pages:
    html:
    <div class="postarea">
    css:
    .postarea { width:500px; margin:0 auto; padding:10px; float:left; }

  3. SlikVik
    Member
    Posted 1 year ago #

    Thank you very much. That did the trick.

Topic Closed

This topic has been closed to new replies.

About this Topic