Hi! I added a Rich Text component to the Dawn theme.
I would like to pad the text appearing in the screenshot so that it aligns with the second column below it “episode 4”
Any thoughts on what I can do to add padding?
Hi! I added a Rich Text component to the Dawn theme.
I would like to pad the text appearing in the screenshot so that it aligns with the second column below it “episode 4”
Any thoughts on what I can do to add padding?
Can you share the Store URL
You can add the below CSS code inside the RichText box option, please check screenshot link for reference https://prnt.sc/VznjflonTF4d
@media only screen and (min-width: 600px) {
.rich-text__text.rte {
padding-right: 48px;
}
}
once you add the code it will look like this https://prnt.sc/y94rOIisGJBt