User248267340 posted
I recently bought a template I really like, which uses bootstrap.
- The container width is 1230px
- The Col-lg-6 is set to max-width: 50%
- My image is 900x710
So at runtime, the image re-calculates to 585x461.
Well, I decided to increase the width of the container from 1230px to 1300px. That increases the width of Col-lg-6, which in turn makes the image calculate to 620x489 at runtime.
I can fix the image size, but the container would still be 28px more in height. Is there a clever way to knock the extra height out? The extra 28px screws up alignment to other divs, and looks less than stellar.
Any suggestions?