How do I move these words to the right side on mobile for all my product pages?

How do I move these words to the right side on mobile for all my product pages?

samueljoonjung
Explorer
60 0 15

How do I move these words to the right side on mobile for all my product pages? My url is www.whoglobal.shop

samueljoonjung_0-1743165414837.png

 

Replies 2 (2)

Moeed
Shopify Partner
7373 1995 2437

Hey @samueljoonjung 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code

3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (max-width: 767px) {
modal-opener.product-popup-modal__opener.quick-add-hidden {
    float: right !important;
}
}
</style>

RESULT:

Moeed_0-1743165618827.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


samueljoonjung
Explorer
60 0 15

Can you also do that for the "free shipping on all orders" text I added.