Hi on my product page the ‘Shipping & Returns’ tab content is justified to the left. But when I view on mobile view it is centered. Can anyone help me change it so it matches web view justified to the left?
page: https://lesbrons.com/collections/all-products-sorted/products/white-jacket
password: sandwich
hello @lesbrons
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
see screenshot https://nimb.ws/wVtf81
@media screen and (max-width: 728px){
.product__section .rte-tab section div {
padding: 0px;
}
}
hi, yes this is how i want it to look on mobile
hi, this kind of worked, but i just had to add in text-align: left
Thanks for the help!
thanks for update all fix issue?
