Hello guys,
I’m currently building my shop using the “Sense” theme and as you can observe, I have this padding issue which I can’t remove. The padding is legit between each of my sections and I don’t know how to remove it.
Do you guys have any idea on how to remove it ?
Thanks for helping !
Yes ! The URL is blackoutglow.com.
Hi @AngelNueveDos
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
.rich-text.content-container.color-scheme-d64522ae-7eab-41e1-a7b5-8523663063c0.gradient.rich-text--full-width.content-container--full-width.section-template--24563570475334__rich_text_rDnzN3-padding {
padding: 10px 0 !important;
}
Result
Best,
Liz
Hi Liz, I’m sorry, I don’t think I’ve made myself clear, I’d actually like to remove the white/beige stripes below and above my section and all my sections in general, but I still haven’t found the solution.
Thanks again Liz for your time!
Hi @AngelNueveDos
You can see the settings to remove space between sections from store admin > Sales channels > Online Store > Themes > Customize > Theme settings > Layout >Space between template sections
Each section has the option to set Top and bottom padding.
Hi @Dan-From-Ryviu , thank you very much for your answer ! It worked !