Image With Text Issue (Dawn Theme)

Topic summary

A user is implementing a custom “Glowy Skin Section” on a Shopify Dawn theme product page but needs help achieving a specific layout design.

Current Implementation:

  • Added custom Liquid section with image picker schema
  • Includes flexbox layout with image on left, content (title and statistics) on right
  • Features percentage-based statistics (97%, 96%, 93%) with circular displays
  • CSS includes styling for alignment, padding, and typography

Issue:
The current rendering doesn’t match the desired design. The user provided a reference image showing their target layout, which appears to differ from how the section currently displays on their development store.

Technical Details:

  • Store URL and password provided for access
  • Code includes incomplete CSS (truncated .glowy-s selector)
  • Uses Liquid templating with schema for theme customization

Status: The discussion remains open with the user clarifying their design goal through visual references. No solution has been provided yet.

Summarized with AI on October 31. AI used: claude-sonnet-4-5-20250929.

Hello Everyone!

I have added the image with text section through coding but I want to keep the section as shown in the image below. Please help me. Thank you.

Store: https://bdcoffeeshop.myshopify.com/products/mushroom-coffee-with-6-adaptogenic-mushrooms

Password: Admin

What I want

I have used this code

{% schema %}
{
“name”: “Glowy Skin Section”,
“settings”: [
{
“type”: “image_picker”,
“id”: “glowy_skin_image”,
“label”: “Upload Image”
}
],
“presets”: [
{
“name”: “Glowy Skin Section”
}
]
}
{% endschema %}

.glowy-skin-section { display: flex; align-items: center; justify-content: center; padding: 40px; background-color: #fff; } .glowy-image img { max-width: 100%; border-radius: 10px; } .glowy-content { padding-left: 30px; max-width: 500px; } .glowy-title { font-size: 28px; font-weight: bold; color: #000; display: flex; align-items: center; } .glowy-title svg { margin-left: 8px; color: #ff4081; } .glowy-stats { margin-top: 20px; } .stat-item { display: flex; align-items: center; margin-bottom: 15px; } .stat-circle { width: 50px; height: 50px; border-radius: 50%; border: 5px solid #1d7c3e; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: bold; margin-right: 15px; color: #1d7c3e; } .stat-text { font-size: 14px; color: #333; }
Glowy Skin

The Future is Glowy Skin

97%

Said the appearance of fine lines and wrinkles have disappeared

96%

Noticed a reduction in the appearance of stretch marks on my belly

93%

Said their skin feels smoother and soft

What’s wrong with the way it is now?

1 Like

I want like this