Can I alter the spacing in Story of Sheepdog on Shopify?

camkaye
Excursionist
23 0 3

Hello how can I change the spacing in the story of sheepdog section? Link below

 

Thanks!

 

https://sheepdogbrewco.com/pages/about

Replies 4 (4)

made4Uo
Shopify Partner
3804 713 1124

Hi @camkaye 

 

Can you elaborate what you mean by spacing? Is it the space of the containers? or the letter spacing?

Volunteering to assist you!  Likes and Accept as Solution  is highly appreciated.✌
Coffee fuels my dedication. If helpful, a small Coffee Tip would be greatly appreciated.
Need EXPERIENCED Shopify developer without breaking the bank?
Hire us at Made4Uo.com for quick replies.
Stay in control and maintain your security by avoiding unnecessary store access!
camkaye
Excursionist
23 0 3

Yes sorry, Spacing of the container. I just want a bit more padding at the top and bottom. Thanks.

made4Uo
Shopify Partner
3804 713 1124

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.

 

1. From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code
2. Go to Asset folder and open the theme.css file
3. At very end of the code, add the code below

 

@media screen and (max-width: 1250px) {
    div#shopify-section-template--14459545059431__16490688312df9b2d5 {
    padding-top: 50px;
    padding-bottom: 50px;
}
}

 

Volunteering to assist you!  Likes and Accept as Solution  is highly appreciated.✌
Coffee fuels my dedication. If helpful, a small Coffee Tip would be greatly appreciated.
Need EXPERIENCED Shopify developer without breaking the bank?
Hire us at Made4Uo.com for quick replies.
Stay in control and maintain your security by avoiding unnecessary store access!
camkaye
Excursionist
23 0 3

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.