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!
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!
edit your style.css file
#item2 {
display:inline;
float:right;
font-size:13px;
margin-left:0;
padding-left:40px;
width:310px;
}if it solve, plz mark it as resolve
Yep, it work perfectly now. Thanks!
This topic has been closed to new replies.