So I've been testing the feasibility of me making a template purely from using a DnD area in a template and I've noticed 1 crucial thing: No responsiveness options Even without responsive options, adding an option to insert custom classes into sections would solve most issues. So take this as an example: I have 2 sections on the site: Full-width banner carousel Centered block with 3 columns Now with the new DnD sections, there's an option to make the sections Centered with a set max-width. However, each section's styling is applied within a generated stylesheet and only applies to that specific section. This is fine on desktop, but when you go to mobile views, you won't have any control as the only common class is dnd-section This means I can only either: Add padding to all dnd-section classes in mobile which will cause the full-width section to have unwanted padding. Have no padding at all have the sections touch the edge of the page once you go below the set max-width This could all be solved by adding an option in Sections to allow custom classes. Without this, it's actually easier to make the template in the standard drag and drop editor and use flexible columns as I will need to manually code each section block regardless.
... View more