Forums

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

Home Forums CSS CSS Margins

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #37918
    kloy
    Member

    I have full screen background on this site.
    I set the left margin on the content to 400px.
    That only works well the the layout if the screen/browser is very large.

    I want the content to always be just to the right of her image.
    Any ideas on how I can do this?

    http://www.mollymorkoski.com/

    #102296
    TheDoc
    Member

    Sounds like you’ll need to use a percentage.

    #102297
    bhagavan
    Participant

    Just change you css as

    #container, .wrap {
    margin-right: 50px;
    width: 800px;
    padding: 0 10px;
    float: right;
    }
    #102306
    kloy
    Member

    thanks for all your responses.

    elneco, I tried yours first and it worked !! SOLVED!

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