Hi
Does anyone know how I can decrease the space between the images and the product description? I’m using Fashionopolism.
Thanks
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
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!
Will be really appreciated if you could accept my answer as a solution. Thanks