I would like all collection descriptions to run full with and not only half way on my page.
How can I do this. I am using the Dawn Theme.
A user seeks to make collection descriptions display at full width instead of half-width on their Shopify store using the Dawn theme.
Proposed Solutions:
Multiple developers offered CSS code snippets to be added to the theme.liquid file, with variations in placement:
</head> tag targeting collection pages</body> tagmax-width: 100% specifically to collection template pagesCurrent Status:
The issue remains unresolved. The original poster tried at least one suggested solution but reported it didn’t work. Several responders have requested the store URL and password to provide a more accurate, customized solution based on the specific site configuration.
The discussion is ongoing, awaiting either the store details or confirmation that one of the CSS approaches successfully resolved the width constraint.
I would like all collection descriptions to run full with and not only half way on my page.
How can I do this. I am using the Dawn Theme.
Hi @magsa3
Would you mind sharing your store URL? Thanks!
Hi @magsa3 ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
{% if template.name == 'collection' %}
{% endif %}
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
Hello @magsa3
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
{% unless template == ‘collection’ %}
{% endunless %}
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Hi @magsa3 ,
{% if template.name == 'collection' %}
{% endif %}
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Nope tried it but it didn’t do anything.
Can you kindly share your store URL please.
Thanks!
Please share your store URL and password.So that I will check and let you know the exact solution here.
Feel free to reach out if you have any questions or need assistance.
Best Regards,
DWS.