• I’m working on a site Party Like Rico.

    I need help with moving the right sidebar up and even (inline) with the featured slider on the homepage. Right now, I just have margin-top: -370px; for the secondary.

    Is there anyway to use more proficient code to move the right sidebar up? Or (what I really want) move the slider down into the content rather than being in the header?

Viewing 2 replies - 1 through 2 (of 2 total)
  • add this code to your css editor, it should clean it up a bit:

    #secondary {
    float: left;
    margin-left: 30px;
    }

    #header-text-nav-wrap {
    margin-left: auto;
    margin-right; auto;
    }

    #featured-slider {
    margin-left: 15px;
    }
    #primary {
    margin-left: 15px
    }

    Regards,

    Jon

    Thread Starter bdp

    (@bdp333)

    That didn’t work for me Jon. Thanks for the reply though.

    If I could just put the code of the feature slider in content.php rather than having it in header.php I think that might work. But every time I try to pull that code out I get an error.

    Do you know what code I would have to take out to put the slider somewhere else?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Move Right Sidebar Up and Inline with Slider’ is closed to new replies.