Anyone know how to change the size of the variant picker blocks?

Hi Guys,

I’ve chosen a block variant picker for our website.

I’m trying to make these smaller blocks, is there any way of changing this to make them smaller in size.

Here is the product page : click here

i am trying to make the boxes smaller in size so it doesn’t take much room up in the product info box.

where would i find this in the code to edit the size of the boxes.

just to recap, the boxes where the flavour choices are, these the ones i am wanting to make smaller in size.

Thanks,

@mistervape

Hello,

Please use below code above in theme.liquid

layout >> theme.liquid

label.block-swatch__item { font-size: 14px!important; padding: 5px 10px!important; }

after look like this,

1 Like

Spot on, Perfect :slightly_smiling_face: Thank you so much. @niraj_patel