Forums

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

Home Forums CSS div positioning issue

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

    For some reason, this div tag on my site is not doing what I am asking it to do. I have tried many things, but it is still an issue. Please help if you can.

    My site: http://174.120.16.66/~thomasse/meet-the-team/

    What I am trying to do is get the div that contains the email address, and bio text (under the first image) to the right side of the image. No combination of floats, clears, etc has worked so far.

    Thanks.

    #114665
    amyth91
    Participant

    #bio-image {
    float: left;
    margin-right: 25px;
    }

    this works fine.

    #114666
    cm123077
    Participant

    Wow, that actually worked perfectly. I am not sure why that eluded me, but thank you very much!

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