I want to left-align the collection description and make it expandable/collapsible after a certain length. How would I go about this? I use focal as a theme.
Hi,
Will you please share your store URL to be able to assist you on this.
Thank you! dossify.se
Can this be done? ![]()
Anyone have a solution for this?
Hi,
Sure it can be done, I just need your store URL to be able to give you the code for it ![]()
Hi,
I posted it above. Its dossify.se
- Go to online store
- Click on Edit Code
- Open your theme.css file
- Paste the below code at the bottom and save
.page-header__text-wrapper {text-align: left; margin-left: 0px !important; max-width: 100%;}
Thank you, this worked for left align!
Is it possible to make it collapsible after say 8 rows?
Glad I could help. For the collapsible content follow this thread https://community.shopify.com/post/1644076
Hi Natasha , I tried this but it didn’t work for me.