Hello!
I'd like to tighten up my homepage by removing excess white space at the top and bottom of the instagram section - you can see it here at www.fortldn.com
I've tried but can't work out which element needs the padding adjusting?
Also a clean page break / line above and below the instagram section would be wonderful. Thanks.
Thanks,
R
Solved! Go to the solution
This is an accepted solution.
Please add the following code at the bottom of your assets/timber.scss.liquid file.
section.ooo-instagram {
margin: 0px !important;
padding: 0px !important;
}
Let me know if this works.
Thanks!
Please add the following code at the bottom of your assets/timber.scss.liquid file.
This will work for the home page only.
.template-index .main-content:after{
padding-top: 0px !important;
border-bottom: 0px !important;
}
.template-index div#shopify-section-footer {
border-top: 1px solid #d4bee8;
}
Let me know if this works.
Thanks!
User | Count |
---|---|
449 | |
210 | |
105 | |
91 | |
86 |