I am migrating from Oceanwp, this is possible in Oceanwp. So, how to create conditional Headers based on device type i.e. left header on desktop and top header on mobile with Bricks ? Exclude the top header on the desktop and exclude the left header on mobile.
CSS display is supported so you can toggle that on breakpoints already. If you are talking device detection that would need to be handled by a script and is often very unreliable.
I think my question wasn’t clear. I am trying to create a header template. The header template default location will be “left” on desktop but on tablets and below, the header location, requires to be “Top”.
So, When I go ahead and select template type as header and in the header settings the location as “Left” then this location can’t be changed to “Top” in the case of tablets. So, It’s either Left or Top.
That’s not possible right now. But maybe you can change it with CSS and !important declaration (because bricks CSS is too specific). But it is not a good idea.
Has this problem been solved yet? I have the same issue.