Hello how can I change the spacing in the story of sheepdog section? Link below
Thanks!
A user seeks help adjusting container spacing (top and bottom padding) in their Shopify store’s ‘Story of Sheepdog’ section.
Initial Response:
Proposed Solution:
Support suggests:
Current Status:
Hello how can I change the spacing in the story of sheepdog section? Link below
Thanks!
Hi @camkaye
Can you elaborate what you mean by spacing? Is it the space of the containers? or the letter spacing?
Yes sorry, Spacing of the container. I just want a bit more padding at the top and bottom. Thanks.
Hi @camkaye
It looks like you might have an option to change the padding top and bottom using the theme editor. Please check first, if not, please follow the instructions below.
@media screen and (max-width: 1250px) {
div#shopify-section-template--14459545059431__16490688312df9b2d5 {
padding-top: 50px;
padding-bottom: 50px;
}
}
Doesn’t look like I have an option in the them editor. Also I inserted the code and it didn’t seem to do anything.