Hi on mobile i would like to add more padding around the text (left and right).
The section was created using Rich Text block in customize themes.
Hi on mobile i would like to add more padding around the text (left and right).
The section was created using Rich Text block in customize themes.
Hi @ln3635 ,
Just add the code below.
Go to Admin store > Online store > Themes > Edit code
Open the theme.min.css under the Asset folder then paste the code below.
.shopify-section .homepage-sections-wrapper {
padding: 50px 30px !important;
}
I’d like to only change sections made by the rich text editor and not the other homepage section in grids - is this possible? thanks
Hi,
Here is the code for the specific section
#shopify-section-template--15701152628899__16527253010dab8cad > div {
padding: 50px 30px
}
.