What I’m trying to do:
I have a working version of an app using a Layout page but in trying to change to use routing (for SEO purposes) I discovered that Layout pages are problematic. So I’m rebuilding my app without Layouts. However, I’m stuck now with lots of blank space between the navigation and the content.
What I’ve tried and what’s not working:
I’ve initiated forms and components with full_width_row = True as one thread suggested but with no impact.
Here’s a stripped down version so you can see the issue.
Thanks,
Dave