Viewing 4 replies - 1 through 4 (of 4 total)
  • Add this code in your sidebar.css file in line:1

    #col-sidebar {
        float: left;
        width: 275px;
        margin-left: 720px;
        margin-top: -7450px;
    }

    and remove overflow:hidden code from these selectors:

    1.) file: content.css, line:10
    #col-content {
    }

    2.) file: sidebar.css, line:1

    #col-sidebar {
    }

    3.) file: sidebar.css, line:10
    div.sidebar-block {

    }

    Thread Starter kchurlonis

    (@kchurlonis)

    Thank you so much! That did the trick.

    welcome…any other problem ask freely..

    Thread Starter kchurlonis

    (@kchurlonis)

    So that definitely fixed the issue on the blog page, but now the sidebars are not appearing on the other pages.

    The homepage, for example, is supposed to have a search sidebar and a newsletter sign-up sidebar next to the scrolling homepage banners: https://rh-dev.us.randomhouse.com/teachers/

    Do you know how I can correct this?

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Widget Sidebar appearing on wrong place on blog page’ is closed to new replies.