Archived topic
GenerateBlocks Hide Container on Mobile / Tablet / Desktop
3 replies · Started by Mindy on July 9, 2020
Hello,
I have a GB container that I would like to hide on mobile and tablets, and another that I would like to hide on desktops.
I have tried putting this in the CSS classes section on the container block, but it does not work:
hide-on-mobile, hide-on-tablet
Any help would be great, thank you!
Hi there,
The CSS classes field does not accept comma.
Try this instead:
hide-on-mobile hide-on-tablet
Perfect! That was the issue, thanks so much! :-)
No problem :)