Hello,
Been fighting over this particular section for a long time and could not figure out how to change it`s width from full page width to the same as section below.
Did try .css, as well as {% assign grid_item_width = ‘small–one-half medium-up–one-sixth’ %} (same as other sections), yet nothing helps.
As if something else has control over this section and wont let me change it
s appearance.
To clarify, this is Section .liquid:
{% assign collection = collections[‘ladies-jeans’] %}
{% for product in collection.products limit:6 %}
{% assign grid_item_width = ‘small–one-half medium-up–one-sixth’ %}
{% include ‘product-grid-item’ %}
{% endfor %}
I do realize my code is quite messy, yet hope you can help me out. Or at least let me know where I should be looking for a width property instead. Already looked at the other section`s code to compare, yet here I am.