Forums

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

Home Forums CSS Css Position (I think) error.

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #37566
    Roggers
    Member

    Ok so if you visit http://alexrodrigues.comoj.com/
    You can see my category sidebar seems to be out of place. Depending on your resolution.
    For me it’s fine, however I am using a netbook with small screen resolution on it. so the sidebar fits in the allotted column, but in larger resolutions it’s out of place. The only thing that is…
    Here is my css.

    	background-color: #333;
    margin-bottom: 30px;
    padding: 20px 40px 20px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #777;
    width: 100%;
    position: relative;
    left: -70px;
    top: -20px;

    TO fix this issue am i supposed to use %’s rather than px’s? I found that %’s don’t work.

    #100952
    Roggers
    Member

    Ok thanks’ I think the issue with my html is, as i converted a html template to wordpress, multiple of my files were mixed together so when i called for them, they displayed the deceleration and head of EACH template, I’ll try and fix this thanks.
    I tried what you said, (putting it in main div) but the same thing seems to of happened.. (I appreciateyour help by the way. This is actually the first proper html template i’ve done)

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