Hi! How can I move the description for this specific multicolumn on www.10xfuel.com below the image?
thank you!
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:
order: 1 on the multicolumn card image wrapper to reorder elementsIssue with Solution:
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.
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