Hello,
Thanks for your help.
I couldn’t get it to work 🙁
I tried to tweak it but never got right.
Maybe it didn’t insert it on the right place?
If I remove margin left, desktop users will see the columns not aligned.
Test it here: cupoes.online/home2/
<style>
.center { margin-left: 0; }
@media screen and (max-width: 767px) {
.row.features .col-md-4, .row.features .col-sm-6 { padding: 0; }
}
.center {
margin: auto;
width: 100%;
border: 0px solid #ffffff;
padding: 20px;
background-color: white;
margin-top: -10px;
margin-bottom: 9px;
margin-right: 0px;
margin-left: -15px;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}
</style>
Many thanks!