Viewing 4 replies - 1 through 4 (of 4 total)
  • I’m not sure if this will work, but you can try the following. Bold items are changes. I also deleted some of the position: relative; entries.

    #content {
    width: 420px;
    margin: 0;
    background: #fff;
    text-align: justify;
    float: left;
    }

    #sidebar {
    float: right;
    width: 180px;
    padding: 0px;
    background: #fff;
    text-align: justify;
    font-family: Trebuchet MS;
    color: #000;
    font-size: 8pt;
    line-height: 11pt;
    }

    #footer {
    font-size: 7pt;
    color: #000;
    top: 5px;
    width: 700px;
    margin: 5px 0;
    clear: both;
    }

    Thread Starter yuppiepunk

    (@yuppiepunk)

    YardOBeef– that totally worked. Many thanks. Amen for the WordPress forums! A newbie’s best friend.

    wow, i’ve been trying to figure this out forever! thanks…i always forgot about the comment css.

    Question please. Which .css file are you referring to?

    Thanks. 🙂

    Cheers,
    Garth P.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Moving my sidebar to the right’ is closed to new replies.