Brooklyn - reduce spacing below variant options

Hi,

I want to reduce the spacing below my variant options. i am currently using an app for the dropdown / swatches, not sure if it will work. Please help, thanks.

@vanessaliew

Please share product page URL.

Hi

Please see pm

@vanessaliew

Please add the following code at the bottom of your assets/theme.scss.liquid file.

.globo-swatch-product-detail .swatch--gl, .globo-number-stock-variant{
margin-bottom: 0px !important;
}

Hope this works.

@dmwwebartisan Thank you so much, it works.