Padding between product images and description

Hi

Does anyone know how I can decrease the space between the images and the product description? I’m using Fashionopolism.

Thanks

Share your page url please

https://www.oflifeandlemons.co.uk/products/30x40-meal-without-wine

Go to theme>edit code>assets>stylesheet.css and locate .tabbed__product-content by pressing Ctrl + f and typing .tabbed__product-content. Then write margin-top:-100px; inside that class.

your code should like

.tabbed__product-content{

margin-top: -100px;

}

Hi Shahzad - that has sorted it perfectly! Thanks so much for your help!

1 Like

Will be really appreciated if you could accept my answer as a solution. Thanks