Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter picklezone

    (@picklezone)

    Hello –

    Hey… thanks for taking a look. We cannot pinpoint the actual time this happened, and have been tweaking the code as we developed the site. We have recently made changes to the CSS for the Sidebar (adding relative positioning, and setting clear to none… the last two entries below), thinking that this is where the solution will be found:

    #sidebar {
    float: right;
    width: 180px;
    margin-bottom: 35px;
    background-color: #eae5be;
    padding: .8em;
    clear: none;
    position: relative; }

    The last time we checked the site in Windows IE browser, the content (articles) still were forced beneath the sidebar.

    Thanks –
    Scott

Viewing 1 replies (of 1 total)