Adjust breakpoint

Hey guys,

Just a quick question.

I would like to adjust the moment at which the columns stack, just to keep the design aesthetic.

this is the problem point

and this is the result I need :slight_smile:

I’m going to need to do this for a number (but not all) of posts - so a one size fits all solution would be great !

I’ve added the access details in a private note - staging server so you can make live edits.

Hello Satcheen,

Thanks for writing in!

Changing the breakpoint is not recommended as there are lot of moving pieces that work together and usually it creates more issues then resolving them. At the same time adjusting breakpoints falls outside the scope of support we can offer.

However if you would like to proceed and if you are comfortable with programming then you can take a look at CSS media queries.

https://www.w3schools.com/css/css_rwd_mediaqueries.asp

Thanks.

hey @Prasant

I understand.

Is it possible to do via css just for that particular

?

Hello Satcheen,

Thanks for updating the thread.

Yes, you can make the changes using CSS using CSS media queries. In my previous reply I have shared the resources that you can refer to get started.

However, I would like to reiterate that changing breakpoints most of the time creates lot of issues on different screen sizes. That’s the reason why we don’t recommend. Any issues that comes up because of the changes done is breakpoints will fall outside the scope of support we can offer.

I am also sharing a fairly good resource published on freecodecamp that you can refer to learn more:

Thanks for understanding.

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