Page 1 of 1

Breakpoint needed - but only in one page

Posted: Thu Jan 26, 2023 4:01 pm
by alan_sh
I have a web site which has a master page and many normal pages but I use layout grids everywhere to manage the size & position of objects.

I am finding that I need a specific breakpoint design and a flex grid but only on one page. If I add breakpoints to that page but not to the master page, what will happen? Will it work?

What if I add a breakpoint to the master page, but not to the most of the other pages? Will that work?

Any thoughts appreciated.

Alan

Re: Breakpoint needed - but only in one page

Posted: Thu Jan 26, 2023 4:19 pm
by crispy68
The breakpoints have to match both in the page and master page.

Re: Breakpoint needed - but only in one page

Posted: Thu Jan 26, 2023 7:44 pm
by paddlefoot
Make a second master page (Master2.html). I've done that on some sites when pages need their own breakpoints.

Re: Breakpoint needed - but only in one page

Posted: Thu Jan 26, 2023 9:20 pm
by alan_sh
Thanks. I had thought of that, but it's an extra page I have to 'manage'. But if I can't find another way to do it, then that will have to do.

Alan