Browser: Chrome 143.0.7499.170
OS: Windows
Hi team,
As you can see in the video below, Responsive in Breakpoint Mobile does not work as expected.
Browser: Chrome 143.0.7499.170
OS: Windows
Hi team,
As you can see in the video below, Responsive in Breakpoint Mobile does not work as expected.
Hi @HOSEIN,
I see. I’m leaning into a no bug for this one. ![]()
The reason why this is happening is that you used 3 columns. The first element spans 2 columns, and the second is fixed at the third column, spanning 2 rows.
That’s why it does not let you set 2 columns. You can even see this in the builder, even if it’s 1fr 1fr there, you will still have 3 columns, not 2. It’s how CSS works. ![]()
The solution is to reset the grid on mobile, or just the elements, so that they are not fixed on third column.
Please try that and let me know if that works.
Best regards,
Matej
Hi @Matej,
Thanks for the reply. What you said makes sense.
The solution is to reset the grid on mobile, or just the elements, so that they are not fixed on third column.
Did you mean that I can reset the grid on mobile like this? If so, I tried it but it doesn’t work. It makes sense that it wouldn’t work because inherited values ​​can’t be reset.
Ok then. I’m marking the topic as no-bug in this case ![]()
Ahhh, I’m sorry. By “reset”, I mean that you put those two blocks back to columns 1 and 2 manually. You are right, you can’t reset something that just inherited the values.
Maybe I’m too much in holiday mode now ![]()
Matej
Ah, I understand.
Excellent
the best as always ![]()