Multicolumn: description below image (dawn theme)

Topic summary

A user seeks help repositioning the description text in a multicolumn section on their Dawn theme store to appear below images instead of above them.

Initial Solution Provided:

  • A community member shared CSS code to add to the base.css file
  • The code uses order: 1 on the multicolumn card image wrapper to reorder elements

Issue with Solution:

  • The CSS moved both descriptions AND headers below the images
  • The desired outcome is headers above images, descriptions below images
  • User provided before/after screenshots showing the unintended header repositioning

Current Status:
The discussion remains open with the CSS solution needing refinement to target only descriptions while keeping headers in their original position above images.

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

Hi! How can I move the description for this specific multicolumn on www.10xfuel.com below the image?

thank you!

Hi @10xfuel welcome to the Shopify Community,

please paste below code into your base.css file and hit save.

#shopify-section-template–15940951933066__multicolumn_68d9rK .multicolumn-list__item .multicolumn-card .multicolumn-card__image-wrapper {
order: 1;
}

Thanks

thx - but now the headers has been moved too: the headers should stay above the images:

now:

new: