How to use section column's "hide on this breakpoint" setting.

Hi there, I’m building a simple landing page with a section that contains two columns. I noticed for the first time that there is a setting for the columns, under Visibility, that states “hide on this breakpoint” with a show/hide choice.

My question is how do I change my breakpoint so that I can tell this column to be hidden at a mobile breakpoint?

Hi, @MattOnce :waving_hand: Thanks for your question.

This feature is a bit binary. Meaning there are only two options to toggle. Additionally, there is not an option to use this feature and customize the specific viewpoint this is triggered at.

My instinct is it’s set using a standard for mobile vs desktop, as that would cover most-but-not-all use cases. And it is not specifically called out in the documentation.

Here’s what I found in the documentation — Edit content in the content editor – To hide an element.

  • In the Hide on this breakpoint section, click Hide. By default, this will hide the module on desktop and mobile views.
  • To show the module on mobile or desktop only, click the mobile or desktop icon at the top of the page. Click to expand the Visibility section. In the Hide on this breakpoint section, click Show. This will show the module on the selected device type, but hide it otherwise.

Have fun building! — Jaycee

Hi Jaycee, thanks for the response!

I imagined there would be a toggle to switch between desktop and mobile view (as in your attached image) but I do not see that on my side. am I in the wrong place/view?

Hey MattOnce,

We ran into this same issue, if you’re not seeing it, it’s because you don’t have Pro or Enterprise from what I can tell.

Our clients who are on starter are not able to do this, our clients who are on Pro can.

Thanks for this insight! It has to be the answer. I guess the toggle still being visible is just a bug that they’ll eventually patch out.

This is set in your theme’s theme.json file. See this for details:

Thank you! It might be the case that this module was never given additional breakopints.

At this time, you can’t set multiple breakpoints. There is simply desktop and mobile and the theme value noted above specifies two things:
1) At what screen size do you want mobile styling from this feature to kick in.
2) At what screen size do you want to see a mobile preview inside of the editor.
Hopefully additional breakpoint options come in the future!