Remove padding from Pop-Up Block Size chart

Please help me with this

1 Like

Hey @Senku

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 tag


RESULT:

If I managed to solve your problem then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hello @Senku
Go to online store ----> themes ----> actions ----> edit code ----> assets —> section-main-product.css
add this code at the end of the file and save.

.product-popup-modal__button {
min-height: 0rem !important;
}
.product__info-container > * + * {
margin: 5px !important;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

thank you, can you help me make it on the same line as the Size

1 Like

They are two different block and by CSS only it won’t be possible.

Best,

Moeed

1 Like