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

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #182615
    tahirk
    Participant

    Hi,

    I’m having some problems with Four Column block width in bootstrap 3. It doesn’t re-size to the column width and its width is only effected by the padding provided.

    Text is being moved to two rows as of result.

    Here is the pen.

    #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

    #182645
    tahirk
    Participant

    Thanks a lot @jkinney768. Exactly what I wanted.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.