Hello,
I need to reduce the spacing about the Instagram section in my streamline theme at the bottom of the page.
The section is called ‘Social Proof’ and is different to the rest of the sections in the theme so needs to be done separately.
Thank you in advance for any help given.
Website: www.fueleduk.com
2 Likes
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >theme.css and paste this at the bottom of the file:
@media only screen and (min-width: 769px){
.template-index .site-footer {
margin-top: -7%;
}
}
@Fueleduk
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >theme.css and paste this at the bottom of the file:
@media only screen and (max-width: 768px){
#shopify-section-social .index-section { margin: 0px 0 !important;}
}
@media only screen and (min-width: 769px){
#shopify-section-social .index-section { margin: 0px 0 !important;}
}