How do I add an indicator to show which size I've selected? Also how can I fix the spacing?

How do I add an indicator to show which size I've selected? Also how can I fix the spacing?

camkaye
Excursionist
23 0 3

I'd like to add some sort of indicator to show which size and colour a customer has selected.

 

Also the spacing is messed up. How can I space them out? Like have colour on top and size underneath.

 

Thanks, link is below.

 

https://sheepdogbrewco.com/collections/merch/products/sheepdog-brew-co-shirt

Replies 2 (2)

made4Uo
Shopify Partner
3845 717 1187

Hi @camkaye 

 

Unfortunately, this is not just a simple edits. Looks like your script is not working. You need a developer to do this for you

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free

Moeed
Shopify Partner
4892 1292 1566

Hey @camkaye 

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 (min-width: 1024px) {
.product-block.product-block_variants {
    flex-flow: column;
}
.variant-wrapper+.variant-wrapper {
    margin-top: 25px !important;
}
}
</style>

Capture.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
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️