Hello - I am creating a custom template in the Blog Posts - I am using section “mage with Text” for the main body of text. How can I get the padding adjusted for mobile view? Its too compressed.. need it to go out more.. Custom CSS code for the section would be great!
Hey that worked great however - now the RICH text blocks are not lining up with the other margins.. Any idea how I can get the rich text margins? Ive tried adding code for padding and even the one below..
.rich-text__blocks { max-width: 100% !important; }
Could you help me with the same issue? I want to add more margin space on the left and right to this image with text component of my site using the custom CSS block. Specifically I’d like it to be on just the desktop version:
Most likely, the custom CSS block is preventing the addition of @media queries for the code to be added based on the device’s dimensions. Add the code to your theme-index.min.css file. You shouldn’t encounter any issues there.
(EDIT): I didn’t pay close enough attention to the error, the problem is with the ID: #shopify-section-template–17452401328381__text_image_with_text_rkLNAz. Remove it and it will work! The code would look like this:
Here’s the other item I was wanting help with. My current Subscribe/Newsletter feature (at the bottom of https://dutchdoorfarm.com) looks like this on desktop: