Search, full screen

Hello!

I just have a quick question about Site Search Bric.

Is it possible to make the search full-screen without coding, or does it require separate CSS and JavaScript?

Thanks.

You want the results full screen?

Hi @Norm

Hello

Sorry for answering late. I want to get something similar out of it. Is this somehow possible? Not exactly like this, just similar.

Sample

I think this is possible. You could get close, you would need to create a hidden full screen div (using a class) and toggle its visibility with a button. Then on the hidden div place your search bar.

It would take some customisation with the classes.

Similar approach used in the Blocs academy. Just make the area that appears position absolute with left, right, top,bottom all 0 in the class.

1 Like

Hi @Norm

I sent you a PM. :slightly_smiling_face:

Very doable, I have done something similar but within an offcanvas. Same idea though.