How to minimize space between 2 sections

Hello guys, how can I minimize the space between these 2 sections?

Hello there, sure here is the url and password:

https://www.nistore.de/products/3-in-1-dog-hair-brush-cat-hair-brush-electric-pet-cleaning-brush-steam-spray-brush-massage-hair-removal-comb-anti-flying-brush

nikthe

Hello @NikosBat
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__info-container .icon-with-text {
margin: 0rem;
}

result

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

1 Like

Hello @NikosBat

Please follow the steps below after logging into the Shopify admin:

  • Go to your Shopify Admin panel.

  • Click on Online Store > Themes.

  • Find the live theme and then click Actions > Edit code.

  • Search base.css

  • Insert the provided CSS code at the end of the file and save the changes.

.product .product__info-wrapper .product__info-container .icon-with-text
{
    margin-top: 1rem;
}

Please hit Like and Mark it as a Solution if you find our reply helpful.

1 Like

Hi there, that has solved my problem thank you very much!