Forums

[resolved] Unkown Cause of Space under Nav buttons (4 posts)

  1. iluvpinkerton
    Member
    Posted 2 years ago #

    Can anyone help? I've scoured over my style sheet a thousand times and I cannot seem to figure out why there is a space between my navigation buttons and the content.

    http://supermunchies.com/

    PLEASE HELP!

    Thanks!

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    Edit style.css and try changing:

    #content {
    background-color:#000000;
    float:left;
    margin:0;
    padding:0;
    text-align:justify;
    width:710px;
    }

    to

    #content {
    background-color:#000000;
    float:left;
    margin:-5px 0 0;
    padding:0;
    text-align:justify;
    width:710px;
    }
  3. iluvpinkerton
    Member
    Posted 2 years ago #

    oh duh! thanks so much! any chance you can figure out why the pink background will not encase the entire footer content?

  4. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    You have some validation errors in your theme which will almost certainly be stopping the footer background image from displaying correctly.

Topic Closed

This topic has been closed to new replies.

About this Topic