Hiya,
How can I centrally allign my rich text on the collection page? I am using dawn theme.
Thanks! ![]()
Hiya,
How can I centrally allign my rich text on the collection page? I am using dawn theme.
Thanks! ![]()
Hi , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks
Hello @WVU ,
Could you please provide the URL/ password to your store so that I can check it and provide you with the exact solution?
Hi @WVU
I created a YouTube video showing how to centrally align rich text on the collection page using Dawn theme. You can find the video here: https://youtu.be/GB6yQIZjSc0
In Dawn, the rich text section should be centrally aligned by default. Did you use custom code to modify your collection page rich text section?
Warm Regards,
Nafio Nabi
Shopify Developer
I am also tryimg to allign this on my site but its contineously showing problem.
Thank you for your question about aligning text on your collection page using the Dawn theme. The solution involves adding a small piece of custom CSS to your site’s theme files.
You can centrally align your rich text by editing your theme’s base stylesheet. Navigate to the Online Store > Themes section in your admin, then access the theme code editor. Find the primary CSS file, typically named base.css, and add the specific rule that targets the rich text class to set the text alignment property to ‘center’.
This change will apply the centered alignment to all rich text sections that use that specific class across your site. Remember to save your changes, and you can preview the result immediately on your collection pages.