I’m coming from Elementor pro and giving bricks builder a try on a project. There are a couple of features which I found very handy on Elementor and wonder if bricks has such:
Hide/Show content at each breakpoint - this was a toggle button to hide a section or content on desktop/mobile etc. How to do on bricks?
Like number 1 reverse column on tablet/ mobile? If you have a 2 column layout and want second column first on mobile was a simple toggle - anything similar?
Hi @atifriaz, a great choice. I made the same switch!
Yes, it is super easy to do it with Bricks:
If you need this for containers or inner containers, then it’s all on the content tab - Screenshot by Lightshot
If you need this for elements, like heading, text, form, etc., then it’s in the style tab - Screenshot by Lightshot
*Make sure you choose which breakpoint you want to hide/change order first.
** To hide an element or container, it uses the correct name, so under the display option, choose: none
Sure…I will add some as images so they wont disappear in the future. Remember container and elements have different locations. And remember to be on the breakpoint you want it to hide.
Yeah this is not a good solution responsive design, because the whole reason for this is to have to load less on a mobile, but with this approach you would effectively load TWO elements, as the desktop element would still appear in the DOM.
So I guess the best approach is to create a completely separate page for mobile / tablet users