There isn't anything built into BS for equal heights. You can do it with flexbox, but not easily, as flexbox (without some additional fixes) breaks responsive grid.
Type: Posts; User: oniijin
There isn't anything built into BS for equal heights. You can do it with flexbox, but not easily, as flexbox (without some additional fixes) breaks responsive grid.
unless that png exists on server where the css file is, it's not going to load. Not entirely sure what issue you're having. In any case, the image will be relative to where the css file is.
I believe I answered this in chat, but you just nest col classes.
Just like in the IRC channel, you'll be more likely to get help if you can replicate your issue in a jsbin.
Use this template to get started: http://goo.gl/kr02Q3
you could have a js snippet that checks day of week and pulls in an image.
You should set the image on body, not html. http://jsbin.com/UFoRIYex/370/edit?html,css,output
container-fluid is back, but with different meaning. from http://getbootstrap.com/css/#grid:
"Rows must be placed within a .container (fixed-width) or .container-fluid (full-width) for proper...