Hey there, I wonder if anyone knows how to remove the spacing between two sections (Image with text). I've already tried to add the following code at the bottom of theme.scss.liquid; however, the space is still there. Thank you!
.index-sections .shopify-section:first-child:not(.shopify-section--full-width) { margin-top: 0; }
Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
I try to edit a line in theme.scss.liquid
from margin-top: $gutter * 3;
to margin-top: 0px;
It shows what I need.
Many thanks for your prompt reply and assistance.
Dear @Coffee-Exp
Hope the following suggestions will help you.
/* Start */
@media screen and (min-width: 768px) {
#shopify-section-1494894035034 {margin-top: 0 !important}
}
/* End*/
Hello @Coffee-Exp
Add below code at the end of your css file
div#shopify-section-1494894035034 {
margin-top: 0px !important;
}
After you add this code section will look like below image
User | Count |
---|---|
546 | |
209 | |
125 | |
80 | |
41 |