How To Align Sizes Boxes

Solved

How To Align Sizes Boxes

Emiway
Trailblazer
263 0 50

How To Align All This Size Boxes Perfectly, Right Now Someone Is Broad And Some Is Not, I want it to fix that.

URL https://plugmydrip.com/

IMG_20240602_012238.jpg

Accepted Solution (1)

suyash1
Shopify Partner
10698 1316 1696

This is an accepted solution.

@Emiway - it depends on the amount of text, so if you like then you can make 3 boxes in a row and make it like this screenshot, if you find it ok then you can add this css to the very end of your theme.css file and check

 

.block-swatch__item{min-width: 90px;}
.block-swatch-list{justify-content: center;}

 

suyash1_0-1717296998350.png

 

 

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Reply 1 (1)

suyash1
Shopify Partner
10698 1316 1696

This is an accepted solution.

@Emiway - it depends on the amount of text, so if you like then you can make 3 boxes in a row and make it like this screenshot, if you find it ok then you can add this css to the very end of your theme.css file and check

 

.block-swatch__item{min-width: 90px;}
.block-swatch-list{justify-content: center;}

 

suyash1_0-1717296998350.png

 

 

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.