Hi there, paid subscriber here.
I want to remove the giant white gap between the “highlighted collection” strip of products and “view all” button so it’s less scrolling for my customer and also makes it more obvious what the “view all” button leads to. I have 2 collections highlighted with view all buttons that need spacing corrected. Spacing between sections in general in the Debut theme is too much IMO.
Please help!
hii, @MochiMakes
Kindly share your store URL so,
I can solve it perfectly.
Thank You.
HI there thanks for your help:
URL: https://mochimakes.myshopify.com/
pw: MochiMakes123!
In general I want to be able to short ALL the spaces between sections. It’s too much white empty space for me. Is there also a way to make the “image with text” image smaller too?
@MochiMakes
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
@media only screen and (min-width: 750px){
.template-index hr {margin: 15px 0 !important;}
.template-index .index-section {padding-top: 20px;padding-bottom: 20px;}
}
Thanks!
1 Like
There is still a big gap at the bottom of the page between the bottom and the “image beside text” section. Is there similar code I can use to also shrink that specific area?