Hello there is a gap between some sections on my store. I provided an attachment which visualises it. What is the coding to decrease the size of the gap? Thankyou
Solved! Go to the solution
Hello There,
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
footer.site-footer.critical-hidden {
margin-top: 0!important;
}
Screenshot :- https://prnt.sc/10h1cx6
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.css file.
@media only screen and (min-width: 750px){
div#shopify-section-161268648330ba9dc4 { padding-bottom: 0px !important; }
.template-index .site-footer{ margin-top: 0px !important; }
}
Hope this helps.
Thanks!
#shopify-section-footer .site-footer{
margin-top: 0px !important;
padding: 0 !important;
}
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.css file.
@media only screen and (max-width: 751px){
div#shopify-section-161268648330ba9dc4 { padding-bottom: 0px !important; }
.template-index .site-footer{ margin-top: 0px !important; }
}
Hope this helps.
Thanks!
User | Count |
---|---|
445 | |
209 | |
104 | |
87 | |
86 |