LOL
It isn' HTML Ghast but thanks for trying. It's CSS and I know what you mean my guy.[DOUBLEPOST=1504899460][/DOUBLEPOST]I recommend you put all 3 of those divs in another div to keep things more organized but you just said what you have to do. You have to use to float property and make the value left or right. no puns intended.
This should be correct.Try display: inline-block i'm not sure if it's for your divs or an div they are in
.span {
display: inline-block;
}
