• With Videographer theme all is working fine in iexplorer and google chrome until I check the “Users must be registered and logged in to comment” option in Discussion settings. If checked, the right sidebar is displayed under the post (not more on the right side). If I uncheck the sidebar retrieve its good place on right side of the post. This issue is not present with Firefox.

    I tried to put off the “formblock” class. The message “You must be logged in to post a comment.” is displayed without frame, but the issue is always present. Being not an expert in php I need a help. Thx.

Viewing 4 replies - 1 through 4 (of 4 total)
  • A link to your site might help…

    Thread Starter dorjee

    (@dorjee)

    The site in question

    I verified the closure of <div> tags and <if> tests in comments.php and the sidebar associated files. All is correct.

    You have a single error in your style sheet but the main problem is simply that your content + your sidebar exceed the width of the browser viewport on screens below 1280px wide. Try editing style.css and change the width from 90% to 98% in:

    #mainbody {
    background:#FFFFFF;
    overflow:auto;
    width:90%;
    }

    and 340px to 240px in:

    #sidebar {
    display:inline;
    float:right;
    margin:0 0 0 10px;
    padding:0;
    width:340px;
    }
    Thread Starter dorjee

    (@dorjee)

    Thank you for your answer and suggest. Finally I give up the fluid width project for this theme.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Videographer sidebar issue with ie and chrome’ is closed to new replies.