Hiding Grid Content - Portfolio Page

Hi guys

I’m creating a Portfolio using grid and trying to hide certain elements in the Tablet and Phone view however when I go hide a certain element (Row or Column) It hides the full grid.

Anybody know why this is? Or am I just doing it wrong?

Thanks


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Don’t hide, remove. If you have a 4 columns grid on desktop, switch to tablet, and set it to 2 columns. Move the content as you like.

Settings for grids are CSS, in the style panel. So you can modify them between breakpoints.

If you want to hide just one cell, use a div for its content and hide this div.

1 Like