Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Four Column Layout Width Issue – Bootstrap 3 Reply To: [Solved] Four Column Layout Width Issue – Bootstrap 3

#182628
jkinney768
Participant

There is just too much padding on .quizimgblock .textbox, and since you have .wrapper as display: inline-block, it’s not expanding the full width like it should. So, I would give .wrapper a width: 100% so it’s actually the full width it should be, and remove, or greatly reduce the padding of .quizimgblock .textbox.

Here is a forked version of your pen: Pen