• Resolved imasharpone

    (@imasharpone)


    I’m having trouble with one of my sidebars. My theme was originally setup to have one sidebar. A very helpful member of these forums help me setup a second sidebar. But the problem I’m having is that the right sidebar is overlapping with the header. I’ve tried changing the position in the css file, but it only affects the left sidebar. How do I move the right sidebar down?

    My site is http://www.imasharpone.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • .widgetbar {
        color: #739FA9;
        font-size: 15px;
        height: 90%;
        margin-left: 810px;
        overflow: auto;
        padding: 10px;
        position: absolute;
        top:0;
        width: 180px;
        z-index: 4;
    }

    Change the value for top:0; to top:132px;;.

    Thread Starter imasharpone

    (@imasharpone)

    Perfect. Thanks esmi 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to move sidebar down’ is closed to new replies.