Hi there:
https://llf-consulting.com/pricing-plans/
I have those 3 columns in a content band, within a 1 column center band, I have the class and css for the 3 clumns set to:
}
.one-third-no-spacing {
margin-right: 0;
width: 33.3333%;
}
@media (max-width: 767px) {
.one-third-no-spacing {
width: auto;
}
}
To remove the spaces.
This makes them all align to the left of the screen as you can see. How do I center this?
Thanks.