• Resolved hscio

    (@hscio)


    I’m using the Zinepress template and can’t seem to get the “You must login to comment link” to show up where it suppose to in IE8, and the sidebar from pushing down below the fold, and yet everything shows up correctly in Firefox. I must have read and tried a hundred forum member suggestions but nothing seems to work (I removed the sidebar widgets; corrected all error codes in Validator; adjusted the sidebar width; reinstalled original CSS – just to name a few). Can someone please help????

    The page I’m referring to:
    https://healthsystemcio.com/?p=73

    Correct view in Firefox:
    https://www.healthsystemcio.com/Firefox_Correct

    Distorted view in IE8:
    https://www.healthsystemcio.com/IE8_Incorrect

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • To fix the “You must be logged in to post a comment.” line, edit style.css and remove float:left; from:

    #comments, #commentform, #respond, .commentlist {
    clear:left;
    float:left;
    width:540px;
    }

    To bring the sidebar back into view, reduce the width in:

    #sidebarbump {
    float:right;
    padding-top:20px;
    width:319px;
    }

    to approx 300px;

    Thread Starter hscio

    (@hscio)

    That did it – big thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Login link page distorted in IE8’ is closed to new replies.