Forums

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

Home Forums CSS ? include Placement error

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #35528
    deh
    Member

    Hello wonderful and helpful people of CSS-Tricks, i’m currently having a problem sorting out the placement of an item (it’s the footer), I have no idea what actually broke this to make it align to the same margin of the page? You can see the page here – http://www.ariservices.com/testing/

    This is the following code for the footer area:






    Any help is greatly appreciated.

    Thanks!

    #92147
    TheDoc
    Member

    The alignment is off because it’s being included inside the content div which already has a padding-left of 20px.

    #92148
    standuncan
    Member

    You either need to adjust your padding and width properly and background or move your footer outside of your content div; move the include after your content closing tag and then adjust CSS there.

    #92149
    TheDoc
    Member

    He can keep it inside the wrapper, just needs to be outside of the #content div.

    #92150
    standuncan
    Member

    @TheDoc, I mis-spoke/typed, and changed it lol

    #92151
    deh
    Member

    Thank you very much for quick and helpful advice!

    Another problem solved!

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