Forums

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

Home Forums CSS Problem Coming In The BOXBASE DIV

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #40412

    MOD EDIT: Code moved to http://codepen.io/anon/pen/gHeFC

    But The Last Div Which is called boxbase is getting 1px margin from the left WHY, & CONTAINER is not covering the boxbase div.

    #112389
    Paulie_D
    Member

    If I understand correctly, it’s because you have floated items that haven’t been cleared.

    Try adding:


    overflow:hidden;

    to your container div

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