Hi, i cant seem to get the milestone to center on mobile. I choose "center content" on all rows. They still remain left justified. Any help appreciated.
@media only screen and (min-width: 1px) and (max-width: 999px){
.nectar-milestone {
text-align: center !important;
}
.centered-text.no-extra-padding.inherit_tablet.inherit_phone h5,
.centered-text.no-extra-padding.inherit_tablet.inherit_phone h2 {
text-align: center !important;
}
}
Hi, i cant seem to get the milestone to center on mobile. I choose "center content" on all rows. They still remain left justified. Any help appreciated.
-jeremy
Hi Jeremy,
Try the following CSS.
Regards,
This worked, thanks !!