I was wondering what code I’d need to add/change to get rid of this white space under my slideshow section? I want the photo to touch the black line at the top of the footer.
1 Like
Hi @noellywest ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Asset->/theme.css->paste below code at the bottom of the file:
@media (max-width: 749px) {
.site-footer {
margin-top: 35px !important;
}
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
