Working on the narrative theme, my online store is www.basatelier.com
Would like to create some space between my full bleed home image and the detail photo directly under it.
Any help would be much appreciated
Working on the narrative theme, my online store is www.basatelier.com
Would like to create some space between my full bleed home image and the detail photo directly under it.
Any help would be much appreciated
yes, please try this code
.template-index .main-content .shopify-section:first-child {margin-bottom: 50px;}
Thanks a lot it works great on desktop but is there a way to remove it from mobile?
yes remove first one and add this
@media only screen and (min-width: 750px) {
.template-index .main-content .shopify-section:first-child {margin-bottom: 50px;}
}
Amazing man you’re too good! Thank you!
its my pleasure to help us