Hey,
I would like to remove the padding beneath the first image banner and above the rich text.
There’s also padding at the bottom above the footer menu I would like to remove. Any tips?
Hey,
I would like to remove the padding beneath the first image banner and above the rich text.
There’s also padding at the bottom above the footer menu I would like to remove. Any tips?
Hello There,
section#shopify-section-template--15952205578425__rich_text {
margin-top: 0;
}
Screenshot :- https://prnt.sc/1k9B8s2KOlNw
Add the following CSS code to your assets/base.css bottom of the file.
#shopify-section-template--15952205578425__rich_text{margin-top: 0px !important;}
.footer {margin-top: 0px !important;}
Thanks!
Thank you friend! This worked