We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Blog design - quarters

Blog design - quarters

larsvilhelmsson
Excursionist
24 0 8

Hi ,

This might be a bit of a stretch, but I’m hoping someone here can point me in the right direction.

I'm working on updating my blog layout and want to set the grid based on quarters. Ideally, the layout would be customizable or random, following patterns such as:

  • 1/4 + 1/4 + 1/4 + 1/4

  • 1/4 + 1/4 + 2/4

  • 2/4 + 2/4

Any help or suggestions would be greatly appreciated!

Example + my site below. I'm using Dawn theme. 

 

Thanks, Andy

 

See Cereal as example: 

Screenshot 2025-01-14 at 12.20.53.png

 

This is my tes-blog, found on https://todecay.com/blogs/testing

and here is an image of it

 

Screenshot 2025-01-14 at 12.22.35.png

Replies 2 (2)

DaisyVo
Shopify Partner
4469 501 598

Hi @larsvilhelmsson 

 

1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for "theme.liquid" file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and search for </head> tag and add the following code above </head> tag: https://prnt.sc/KWtKYyZkDtYJ

 

Here is the code for Step 3:

 

{% style %}
{% if template.name == "blog" %}
.collection-list {
    width: 100%;
}
{% endif %}
{% endstyle %}

 

image (6).png


Please let me know if it works. Thank you!

 

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
larsvilhelmsson
Excursionist
24 0 8

Not too sure you understood what I meant 🙂 But thanks for trying 🙂