Nuccy
1
Hello !
I am trying to remove space between two sections on my homepage. Could you help me with the codes ?
I am also trying to have my product images and text description side by side instead of on top of each other for the website version.
Here is my website link so you can check it out:
https://nuccy.co.uk/
Thank you for your help !!
xx
Hi! between which section you want to remove space?
1 Like
Nuccy
3
Hello,
It’s for something in the preview website but between an image with text overlay and a rich text section.
Thanks
Hi @Nuccy ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.css->paste below code at the bottom of the file:
@media (min-width: 750px){
.featured-collection {
padding: 30px 0 !important;
}
.featured-collection__heading {
margin-bottom: 0 !important;
}
.featured-collection .card-list {
margin-bottom: 0 !important;
}
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Best regards.