The layout is supposed to be a two full-width header regions, followed by a four column region, followed by two two-column regions, followed by another full-width footer region.

Comments

jessehs’s picture

Issue summary: View changes
StatusFileSize
new1.06 KB
new12.87 KB
jessehs’s picture

StatusFileSize
new15.82 KB

There's still something weird going on at the medium breakpoint.

jessehs’s picture

StatusFileSize
new14.93 KB

This adds a wrapper element for each pair of regions in the 4 column-row. Also adds containers for each row of the layout so the layout can be themed to 100% window with for each row of the layout.

jessehs’s picture

StatusFileSize
new18.32 KB

Patch in #3 is missing a bunch.

jessehs’s picture

StatusFileSize
new20.4 KB

This patch removes the container logic (this should be in the theme).

anniegreens’s picture

@jessehs, I will take a look at these. I know we discussed in person.

jessehs’s picture

Issue summary: View changes
StatusFileSize
new20.41 KB

This patch adjusts grid-span on the 4-columns for the large and xlarge breakpoints so they're all 4 exactly even. It also adds a new region "Content Header Top".

jessehs’s picture

StatusFileSize
new20.4 KB

The last patch had the row-wrapper for header and header top regions mixed up so it could not be styled full-width.