zhey
-
Posts
3 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by zhey
-
-
-
Hello and apologies for resurrecting this topic. I applied to the above code and the padding did get decreased on my product details page, but not enough to be able to see the checkout button without scrolling. I wonder if it's possible to pull up the content a bit further up.
URL: Feathertail.co.uk
password: qwerty
Removing white space / moving content up on product detail page
in Customize with code
Posted
And this is the code:
.products.collection-content-wrapper {
padding-top: 0;
padding-bottom: 0;
}
.ProductItem .ProductItem-additional {
margin-top: 0;
}
.tweak-product-basic-item-content-alignment-top .ProductItem-details, .tweak-product-basic-item-gallery-design-stacked .ProductItem-details {
padding-top: 0 !important;
}
@media screen and (max-width: 768px) {
.ProductItem-details .ProductItem-details-excerpt {
margin-bottom: 0;
}
}