Hi --
New to shopify and so messing around with all the padding settings but still lots of unnecessary white space. Hope someone can help. Using debut theme (still..)
site: www.boardsedgegames.com
Issue 1:
Space between hero image and header for product collection
2./3 White space between header and image with text and I would liek to make the images smaller
Solved! Go to the solution
This is an accepted solution.
1. Use the below code to to solve the first whitespace
.index-section--slideshow {
padding-bottom: 0 !important;
}
end result:
As for the second, this is because your pictures have a huge amount of whitespace above. I suggest you make the pictures a png and deleting the whitespace
This is an accepted solution.
Try this below, can you also mark my previous post as the answer and give a like
.product-single__description.rte {
margin-top: 0;
}
User | Count |
---|---|
732 | |
141 | |
101 | |
64 | |
36 |