Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Footer Issue.

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #38221
    Roggers
    Member

    Ok so I seem to have this issue, that I can’t fix. If you look at my footer :
    http://i917.photobucket.com/albums/ad14/EpicAlexOwned/footer.jpg
    you’ll see the footer does not expand it’s width to 100% although the css value of width has been set to 100%.
    The HTML seems to be valid, so I don’t think that’s an issue. Not sure what to do?
    my css:

    #footer {
    position: relative;
    bottom: 0;
    background: #434141;
    text-align: center;
    width:100%;
    color: #e7ddd0;
    margin-top: -150px;
    height: 150px;
    clear: both;
    padding: 15px;

    Thanks

    ISSUE SOLVED: I realised, i set the width of a social icon to large, and so it expanded the page width.
    Thanks anyway

    #103494
    Senff
    Participant

    Is the footer contained in another div? If so, what is the width of that one?

    Would be easier to help out if there was more context.

    #103505
    Roggers
    Member

    Sorry, the markup is as follows.

    The width of the footer element is 100%.
    Also note i’m using 960gs, does that effect it at all?
    thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.