I am moving to the new Sections (and have to say it is making my life a lot easier so thank you and kudos to the developers).
My minor issue is that in my old 3 column layout before, the columns filled the entire width of my display. I had carefully designed the front end in to a rectungle that filled my touch screen.
With sections there is a perfect rectangle as designed, but it is too small in all dimensions. Everthing works but there is a big gutter all the way around.
The work around is to zoom the browser in by 25% but is there a canonical way? I notice that if I disable
.container max-width
when I inspect the css this has the desired effect. I am not sure how I would disable that correctly though.
Max width on the .container is attempting to calculate the width using this variable but its not defined so its defaulting to 500px, by defining the variable inside the active theme i was able to take up the full width of my screen using 3 columns.
I am using the ios theme to edited the active theme inside /config/themes/ios-themes/ios-themes.yaml