I’m using the material design theme to build a site with multiple ‘pages.’ On my homepage, I use links in the left-nav bar to select different pages. In the homepage main section, I have a ColumnPanel named ‘content_panel’ where I will in code, place instances of different forms I’ve imported into homepage.
In my different pages, I set everything to full width row, and when I edit them in the designer, they do indeed display full width (my desired outcome). However, when I add them as components on my homepage ColumnPanel, they are not displaying full width. I don’t see a full width row option on that ColumnPanel, so… I’m doing something wrong I’m sure. Does the ‘slot’ have something to do with this?
To see what I’m trying to do, select “Dashboard - Fleet”… those three cards should be full screen, instead I’m seeing this:
As always, any help is very much appreciated