Home › Forums › WoodMart support forum › Unaligned table data › Reply To: Unaligned table data
June 27, 2020 at 7:11 am
#206815
Aizaz Imtiaz Awan
Keymaster
Hello,
Please add the following Custom CSS in the Custom CSS for the Mobile area under Theme Settings >> Custom CSS.
.tracking-provider img {
margin-left: 52%;
}
.tracking-number {
text-align: right !important;
}
.date-shipped {
text-align: right !important;
}
Best Regards.