salcode / bootstrap-genesis

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

Modify sidebar-content to use Bootstrap push/pull classes (instead of CSS) #48

Closed salcode closed 9 years ago

salcode commented 9 years ago

When the theme was based on Bootstrap 2.3.2 the push/pull classes were not available to us. To accomplish the sidebar-content layout we used CSS to push and pull the columns into place. Structurally, we want the content area to appear before either of the sidebar areas since the content is more important and we want it to appear first when the page collapses to a single column (and we want it higher on the page for SEO value).

Now that we've move to Bootstrap 3, we can utilize the push/pull classes, to reduce the amount of custom CSS we are applying.

See #46