Forums

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

Home Forums CSS [Solved] Arranging two divs

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #235598
    maiki
    Participant

    How can i move the “Wallet div” under the “Pool div”?

    http://codepen.io/anon/pen/QyWqNm

    #235611
    Beverleyh
    Participant

    You mean in responsive design? Set the width/max-width to 100% at the appropriate media query breakpoint.

    Or remove the left floats.

    If this isn’t what you mean, can you be more specific?

    #235614
    maiki
    Participant

    that is working, but i do have a div with float:right too
    and if i remove the left floats the div on the right this is what happens:
    http://i.imgur.com/yA3vmeG.png
    I want the “right float div” to start where i draw that “_________1”

    #235616
    Beverleyh
    Participant

    Put the pool and wallet div into a container and float the container left?

    #235617
    Alen
    Participant
    #235621
    maiki
    Participant

    thank you!

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