Hi! I would love to adjust the padding between the
TIME MANAGEMENT SERVICES + PRODUCTS
on our home page and the first image. I would like the padding to be less between the text and the image.
Can someone please advise?
Website is: origamiday.com
Hi! I would love to adjust the padding between the
on our home page and the first image. I would like the padding to be less between the text and the image.
Can someone please advise?
Website is: origamiday.com
Hi @Original_Z
Please add the following code at the end of your theme.scss.css file:
div#shopify-section-16570419501ce01278 {
padding-bottom: 0px;
}
@media only screen and (min-width: 750px)
{
div#shopify-section-slideshow {
padding-top: 10px;
}
}
Let us know if that works!
Hi @JHKCreate Thanks for your quick response. I was on holiday, just tried this now and it is not working. Is there a specific location in the theme.scss to input the code? thanks!