How do I center the "Free Shipping Worldwide!" text on Mobile?

amdyna.com

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
@media only screen and (max-width: 768px){
.product__policies.rte {
text-align: center!important;
}
}

Screenshot :- https://image.prntscr.com/image/darKBGL8S3GqZwYGtaWRrQ.png

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.