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
3785 710 1095

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

Volunteering to assist you!  Likes and Accept as Solution  is highly appreciated.✌
Coffee fuels my dedication. If helpful, a small Coffee Tip would be greatly appreciated.
Need EXPERIENCED Shopify developer without breaking the bank?
Hire us at Made4Uo.com for quick replies.
Stay in control and maintain your security by avoiding unnecessary store access!
Moeed
Shopify Partner
3016 753 911

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 developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️