Hi,
I need to put my blog article in the grid with 2 articles per row for smooth scrolling and view.
Can you help me and tell me what I need to make in the Blog Liquid file.
Thank you in advance
Nathan from Geryon.
Solved! Go to the solution
Hi Geryon:
Which theme are you using?
This is an accepted solution.
Hi @Geryon-Agency,
You must edit your blog.liquid at the line 20.
You will find this:
<div class="content-block">
Then add the clases grid__item medium-up--one-half
The result should look like this:
<div class="content-block grid__item medium-up--one-half">
You can find more information about these classes here:
https://shopify.github.io/slate.shopify.com/docs/0.14.0/css-examples/
blog.liquid does not exist anymore under Venture theme
It shows me this :
{% comment %}
The contents of the blog.liquid template can be found in /sections/blog-template.liquid
{% endcomment %}
{% section 'blog-template' %}
When I go under section - blog template :
The word "content" appears only one time. And the code is totally different. How do I change it to have 2 or 3 blog in the same row ?
Best regards
User | Count |
---|---|
742 | |
141 | |
101 | |
64 | |
45 |