Facing spacing issues with the Sense theme, anyone else?

Topic summary

A user is experiencing spacing issues with Shopify’s Sense theme, specifically unable to add space in rich text sections and blog post paragraphs.

Initial Problem:

  • Spacing controls not working in rich text sections
  • Issue affects blog post paragraph formatting

Attempted Solution:

  • Another user provided CSS code to modify the component-image-with-text.css file
  • Instructions included navigating to Online Store → Theme → Edit code
  • Code targets padding in image-with-text sections

Current Status:

  • Original poster clarified the CSS solution addresses the wrong section
  • The actual problem is with the rich text section, not the image-with-text component
  • Issue remains unresolved

Note: Some messages in the thread appear to contain reversed/garbled text, making portions difficult to interpret accurately.

Summarized with AI on November 22. AI used: claude-sonnet-4-5-20250929.

Is anyone else having problems with their spacing on the Sense template? I can’t space rich texts and blog posts in paragraphs.

Hey @jarydvisser1
Kindly share your Store URL and password if enabled

https://translatethisforme.com/

Hi [email removed]Jarydvisser1,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file component-image-with-text.css

Step 3: Paste the below code at bottom of the file → Save

#MainContent .image-with-text__content {
    padding-bottom: 0;
    padding-top: 0;
}

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

Hi there, I don’t have a problem with my “image with text” section. It is the rich text section that is the problem.