I am trying to remove the top and bottom margin white space between the Rich Text section and so it appears closer to the image columns above and the image below.
Link to test site and screenshot of specific area below:
I am trying to remove the top and bottom margin white space between the Rich Text section and so it appears closer to the image columns above and the image below.
Link to test site and screenshot of specific area below:
Hi @jeronimocreativ ,
Would you mind to share the password? So we can check it. You want to remove totally or just reduce? Thanks!
duquesne84
I want to remove entirely
To clarify, I want to remove entirely in DESKTOP
Thank you for the info. But its a wrong password.
Sorry about that - mainur
Thank you for the information. Try this one.
.section-content.py-section-vertical-spacing.px-section {
padding: 0px;
}
Result:
I hope it help.
So, the theme.liquid file was under “Layout”, there wasnt any of the files you mentioned under Assets.
I added the code to the bottom and it still appears the same. Probably something I am doing wrong on my end…
Oh, sorry not on that file please delete the one that you add on that file. Copy paste on the end of the base.bundle.css its on the Assets folder.
Oh okay, You more near. try this one.
.section-content.py-section-vertical-spacing.px-section {
padding: 0px;
}
Result:
If your still want more near on the top, this one.
.section-content.relative.z-10.py-section-vertical-spacing.lg\:px-section.lg\:max-w-site.lg\:mx-auto {
padding-bottom: 10px;
}
Result:
Every section have top and bottom padding the top images and the lower. So we can find solution to make it more near. Remember you can adjust the sizes of the padding. Paste it on the same file.
Thank you!! That did it!