Forums

[resolved] How to align two divs next to eachother? (4 posts)

  1. thatrule
    Member
    Posted 1 year ago #

    Hi there,

    Can anyone tell me how to align two divs next to eachother. In the latest section on my website the 2nd div appears underneath the first, here's the link: http://thatrule.com/

    Thanks in advance!

  2. MAS
    Member
    Posted 1 year ago #

    edit your style.css file

    #item2 {
    display:inline;
    float:right;
    font-size:13px;
    margin-left:0;
    padding-left:40px;
    width:310px;
    }
  3. MAS
    Member
    Posted 1 year ago #

    if it solve, plz mark it as resolve

  4. thatrule
    Member
    Posted 1 year ago #

    Yep, it work perfectly now. Thanks!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.