arnabwahid / wordpress-bootstrap

Bootstrap in WordPress theme form - Bootstrap 3.3.1
1.49k stars 557 forks source link

Bootstrap grid changes #229

Closed hiimtaylorjones closed 8 years ago

hiimtaylorjones commented 9 years ago

Hey there!

Been using the theme for a bit now, and I've noticed that there are a few adjustments needed when it comes to the grid system. The col-xs rules are just there because its what I personally use when it comes to col-[size]-12 columns. That way, we ensure that the width of that it just automatic no matter what!

As for the page-left sidebar business, the current version of the framework stacks the sidebar on top when it shrinks down past the col-lg-8 size. I've tried a few tricks, but I haven't gotten them to work as of yet. So, for the moment, I think it might be best to have the sidebar column hidden when the page shrinks down past the col-sm-8 size.

What do you think of all of this?