• Been trying to move over to wordpress since my host has a problem with GM. I managed to set up the main page properly but when I click on comments, the whole page resizes and goes weird?

    https://fivestoriesfalling.net/wp/

    A newbie with PHP, so any help would be much appreciated. Thanks.

Viewing 1 replies (of 1 total)
  • It seems to look ok in IE but in Firefox the comments stick out on the rhs of the page.

    If this is your issue it can be rectified by changing your stylesheet ( style.css ? in your theme directory.

    As a starter change this section

    .widecolumn {
    padding: 10px 0 20px 0;
    margin: 5px 0 0 45px;
    width: 450px;
    }

    and edit the margin: 5px 0 0 45px; to say
    margin: 5px 0 0 15px;

Viewing 1 replies (of 1 total)
  • The topic ‘Comment page width problem’ is closed to new replies.