• Hi Guys,

    I today found a solution for the downmovin’ sidebar topic.
    Edit the following in your Theme “style.css”:

    #sidebar-wrapper
    {
    .
    .
    width: 1px; /* From XX% to 1px */
    .
    . }

    #sidebar
    {
    .
    .
    margin-right: 1px; /* From XXpx to 1px*/
    .
    .}

    This change fixed the problem in my Theme very well.
    BTW – one hint: Put a frame round your wrappers in different colors and look what happens in IE. Then you will quickly find the overlappin’ problem. This was the way I did.

    This worked fine for me for IE and FF – Browser.
    Regards Marc

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Solution: Sidebar moves down in IE but great in FF’ is closed to new replies.