Breakpoints and columns

Hello guys,

I have a section with 4 normal columns and I would like to change the breakpoints on that section to show like the screenshot below:

So basically I just need to change the following resolutions:

768PX - 979PX
481PX - 767PX

so show 2 columns like that:

Is there any CSS I can add on the left to do that?

I try to apply some code I found on similar topics but without success.

Thanks in advanced for any help.

Have a wonderful day,

Hey @kmiachin,

Regretfully, there is currently no option to change the predefined breakpoints and we do not support modifying them.

What you can do is assign a class to your columns and target the class with your own media queries. I believe you are already familiar how to code custom media queries but if not, here’s a guide: https://www.w3schools.com/css/css_rwd_mediaqueries.asp

You can also use Flexbox like in this video: https://youtu.be/kRUYBX5JNyc

Please just note that custom coding is beyond the scope of our support so it would be best that you have a third party developer working on your project.

Hope that helps and thank you for understanding.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.