Hi, can someone please help me understand how to get my collection page content/text copy placed after the collection images (below it instead of on top)?
Thanks,
Dean
A user needs help repositioning collection page text to appear below product images instead of above them on the Dawn theme.
Initial Confusion:
Solution Provided:
.has-sidebar-option.sidebar-enabled--false {
display: flex;
flex-direction: column-reverse;
}
This CSS solution uses flexbox to reverse the column order, moving content below the product grid. The discussion appears resolved with a working code-based fix.
Hi, can someone please help me understand how to get my collection page content/text copy placed after the collection images (below it instead of on top)?
Thanks,
Dean
Would you mind to share your Store URL website? with password if its protected. Thanks!
Thank you, just for clarification you like the product above in the content?
Did you try it to the theme editor?
Go to the Online Store.
Click customize.
Search the page you like to change.
Drag the 6 dots.
And place it where youll like to place.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Aggg .. just realized this is the Turbo theme not Dawn
Oh okay, I just notice it now also when Im fixing it. Try this one.
.has-sidebar-option.sidebar-enabled--false {
display: flex;
flex-direction: column-reverse;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!