Shopify themes, liquid, logos, and UX
Dear all,
one more coding dilemma - but likely very easy to answer for the right person
How do I make the vertical filter start at the top of this collection page and indenting the horisontal section to the right (with the images) ?
And the filter should be sticky..
https://tinylux.store/collections/womens-tops
Thnx on beforehand - KR, Michael
Hi,
Hope this will work
- Find Collection Template Layout
- Wrap It in a Flex Container
<div class="collection-page-layout" style="display: flex; gap: 2rem;">
<div class="collection-filter" style="flex: 0 0 250px; position: sticky; top: 100px; align-self: flex-start;">
{% render 'facets' %}
</div>
<div class="collection-products" style="flex: 1;">
{% render 'product-grid' %}
</div>
</div>
- Adjust css
Hi Small task
Much appreciated,-
I am afraid I need a bit more guidance in terms of inserting the code,- as my attempts didn´t work
Thnx, KR Michael
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025