MOVE SIZE OVER TO THE RIGHT

Solved

MOVE SIZE OVER TO THE RIGHT

Luxurymrkt
Globetrotter
715 2 152

Hi i NEED TO MOVE THE SIZE TO THE RIGHT LIKE 3-5PX

MY SITE IS https://luxurymrkt.com/products/maison-margiela-silver-cuff-bracelet-1

Screenshot 2024-07-03 110904.jpg

Thank You | mike
Accepted Solution (1)

AnneLuo
Shopify Partner
1293 228 266

This is an accepted solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag

<style>
.variant-wrapper.js {
    padding-left: 3px;
}
</style>


Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

View solution in original post

Reply 1 (1)

AnneLuo
Shopify Partner
1293 228 266

This is an accepted solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag

<style>
.variant-wrapper.js {
    padding-left: 3px;
}
</style>


Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee