margin-bottom does not work

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aleandroduarte8
    New Member
    • Jun 2014
    • 1

    margin-bottom does not work

    I have a <div class"botoom"> and inside it a<div clas="news"> I give this latter div the margin-bottom but it doesn't goes down. how can I locate the div class="news" goes down
  • Exequiel
    Contributor
    • Jul 2012
    • 288

    #2
    use margin-top instead of margin-bottom, exmple,
    Code:
    .bootom{
    margin-top:50px;
    }
    if my suggestion still not work, can you post your code in your css ?

    Comment

    Working...