Hi all - relatively new to Shopify and have a question regarding the “Collections” pages that can be navigated to from the main menu. I’ve attached a few photos of what they look like. All the text is left justified, leaving a lot of negative space which looks awful. Any ideas on how to make this look better? For a real life look, the link to the store is here → Hellride Music Superstore - any and all advice is welcome, thanks.
@Hellride please add this css to the very end of your base.css file and check
shopify admin->online store->themes->edit theme code->assets->base.css
.text-block p{width: 100% !important; max-width: 100% !important;}
Hi @Hellride
In your Shopify Admin go to online store > themes > actions > edit cod
Find Asset > base.css and paste this at the bottow of the file:
.text-block p{width: 100% !important; max-width: 100% !important;}
You can change it from your store admin > Sales channels > Online Store > Themes > click Edit theme > click Homepage dropdown > Collections > Default collection, select Description under Collection heading > Under Layout > Max width, select None.
Best regards,
Dan from Ryviu: Product Reviews App
Thanks all!! Much appreciated!!



