How to add more columns to multicolumn block in Dawn 2.2.0

Hi there,

I want my multicolumn block to have 5 columns instead of 2.

For context I’m trying to create an infographic strip of images like this example:

Currently I can only get two big images side by side.

I have scoured the discussions on this topic but none of the solutions are working for me currently. Any help very much appreciated!

@j-swabey

can you just go to section code and change block limit as you like

Thanks a lot for your quick reply.

The problem is I’m not sure how to do this correctly. I have just tried making some changes to this section of code in multicolumn.liquid :

<ul class="multicolumn-list grid grid--1-col{% if section.blocks.size > 3 and section.settings.image_width != 'full' %} grid--2-col-tablet grid--4-col-desktop{% elsif section.blocks.size > 3 and section.settings.image_width == 'full' %} grid--2-col-tablet{% else %} grid--3-col-tablet{% endif %}{% if section.settings.swipe_on_mobile and section.blocks.size > 1 %} slider slider--mobile grid--peek{% endif %}" id="Slider-{{ section.id }}" role="list"

I tried changing all numbers to 5’s and this was the result:

Is this the right section of code to edit / can you tell what I’m doing wrong?

Thank you again.