Viewing 8 replies - 1 through 8 (of 8 total)
  • That link shows no sidebar whatsoever. Has no header either.

    Thread Starter gss2006

    (@gss2006)

    the header.php works ok (i am still working on the image this is why you don’t see it)

    the link on top
    ‘comments RSS’
    is from a my sidebar.php file
    how do i move it to the right, next to my post?

    Thnaks for your help.

    Change the declaration for “#sidebar” to “#rightside” and make it look like so:

    #rightside {

    float: right;
    top: 0px;
    width: 250px;
    overflow:hidden;
    padding: 0px;
    background-color: red;
    font-family: ‘Geneva’, Verdana, sans-serif;
    color: #f2f;
    font-size: 7.5pt;
    line-height: 11pt;
    text-transform: lowercase;
    }

    Thread Starter gss2006

    (@gss2006)

    in style.css i replaced
    #sidebar with #rightside
    (with the new declarations you wrote)

    in my home.php file
    i changed
    <?php get_sidebar(); ?>
    to
    <?php get_rightside(); ?>

    got a fetal error…

    https://nationville.com/

    Don’t change the get_sidebar part.

    Thread Starter gss2006

    (@gss2006)

    no more fatel error
    yipeee!

    but the side bar is on top
    not next/on the right to the post

    how do i move it next to the post ?

    That’s a lot of css. I would recommend finding a theme that is closer to your goals and then go from there.

    Thread Starter gss2006

    (@gss2006)

    thanks for your help.

    is it so complex to move it down next to the post ?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘sidebar…’ is closed to new replies.