How to move text up so it's out of the way of can's in photo.

Topic summary

Goal: reposition overlapping text on the About page so it doesn’t sit over the cans in the photo.

Proposed fix: A responder outlined Shopify steps—Online Store > Edit Code > open theme.liquid—and advised adding custom code just above the tag to shift the text upward. A screenshot was shared to illustrate the change. Note: the actual code snippet isn’t visible in the transcript, so the specific CSS/HTML used is unclear.

Status of first issue: The original poster acknowledged the help, suggesting the initial positioning issue may be resolved, but no confirmation of exact implementation details is available.

New question: The spacing in the “The story of sheepdog” section is tight; the poster asked how to adjust padding. Padding is the internal space around an element’s content; increasing it would add breathing room.

Open items: Guidance on which selector to target and where to add CSS for padding (e.g., in theme.liquid, theme.css) remains unanswered. The discussion is ongoing.

Summarized with AI on January 26. AI used: gpt-5.

Hey guys. Not familiar with coding.

How can I move the text in this up a bit so it’s out of the way of the cans?

Thanks! Link is below

https://sheepdogbrewco.com/pages/about

Hey @camkaye

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag.

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

Great thank you! Also one more thing. Below that the spacing of “The story of sheepdog” section is kind of tight. How would I go about adjusting the padding?