I have created a blog for my Shopify store and it looks great on a phone, however, when viewed on a browser the images are way too large and look ridiculous. How do I make my blog page have a different layout so that each post and pictures are smaller and next to each other like products.
That didn’t work I’m afraid. I tried someone else’s code on the blog.liquid page but it is making it all uneven as you will be able to see. I have attached the beggining of the code below. The bit I changed was the
. Thanks, Tommy
{% paginate blog.articles by 5 %}
#
{% if current_tags %}
{{ current_tags.first }}
{% else %}
{{ blog.title }}
{% endif %}
{% include 'icon-rss' %}
RSS
{% for article in blog.articles %}
{% if article.tags.size > 0 %}
{% for tag in article.tags %}
**{{ tag }}**{% if forloop.last %} - {% else %}, {% endif %}
{% endfor %}
{% endif %}
{{ article.published_at | time_tag: format: 'date' }}