Forums

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

Home Forums CSS Two Scaling Columns – Simple fix?

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

    Howdy! Take a look at this weird problem (in a full window):
    http://codepen.io/gump/pen/Grikn

    Everything is fine until you resize the width of your browser window, you wind up with this: http://imgur.com/yfxy5te

    The text on the right bumps below the logo on the left – the logo should scale down/resize so that everything always stays on the same line, side by side.

    What unbelievably simple code snippit am I (probably) missing that will fix this?

    #181557
    Soren
    Participant

    Add widths to your floated elements, something like this:

    http://codepen.io/soren-tree/pen/magyc

    #181560
    gump
    Participant

    Many thanks. In your demo if I continue to size down the window,

    RIGHT HERE

    becomes

    RIGHT
    HERE

    ..instead of the image scaling even smaller.

    How can I prevent the text from bumping to the next line like that?

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