I'm trying to place these two modules 
side by side. They are in the same position and the proper ordering. I've also created a new module suffix for the width of the modules. Here's the code:
.box.color3 .content { clear: none!important; float: left; width: 50%; } .box.color3 .header { color: #0090BE; } .box.border.color3 { clear: none!important; float: left; width: 50%; } Also, I'm running the site locally so I couldn't provide the link of the website.
