salcode / bootstrap-genesis

WordPress Genesis Child Theme setup to use Bootstrap, Sass, and Grunt
MIT License
184 stars 63 forks source link

Move `.sidebar-secondary` inside `.content-sidebar-wrap` #49

Closed salcode closed 9 years ago

salcode commented 9 years ago

Since .content-sidebar-wrap acts as a row, this allows us to use the Bootstrap grid system.

After this change .content, .sidebar-primary, and .sidebar-secondary will all acts as columns within the row, and we can modify the widths (via the classes applied in lib/bootstrap-markup-layout-options.php) based on the chosen layout.

salcode commented 9 years ago

Fixed in feature branch feature-layout-choices

salcode commented 9 years ago

See #46