Theme: Dawn
URL: medcanuniversity.com
I’d like to make the following collection description full width, or at least wider: https://medcanuniversity.com/collections/services
What do I need to enter in the custom code? Thanks!
Theme: Dawn
URL: medcanuniversity.com
I’d like to make the following collection description full width, or at least wider: https://medcanuniversity.com/collections/services
What do I need to enter in the custom code? Thanks!
You can make it wider by adding this CSS code at the bottom of base.css file of your theme
.collection-hero__description { width: 100% !important; }
I did that, added it at the very bottom but nothing has changed unfortunately.
Hi, my mistake. Please update code to this
.collection-hero__description { max-width: 100% !important; }
Awesome, this worked! Thanks Dan!
thanks
Could you share your store URL?