
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:
- Code: Select all
- .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%;
 }
 .box.color3 .header:hover{
 color: #CA990D;
 }
 .box.color3 a{
 color: #000000;
 -webkit-transition: color 0.2s linear;
 -moz-transition: color 0.2s linear;
 -o-transition: color 0.2s linear;
 transition: color 0.2s linear;
 text-decoration: none;
 -webkit-transform: translateZ(0);
 
 }
 .box.color3 a:hover
 {
 color: #CA990D;
 }
 
 .box.color3 a:active
 {
 color: #CA990D;
 }
 
 .box.color3 a:focus
 {
 color: #CA990D;
 }
Also, I'm running the site locally so I couldn't provide the link of the website.
I hope you can help me out here





