• This worked better when I changed style.css from this:

    #container {
    	float: left;
    	margin: 0 0 0 300px;
    	min-height: 500px;
    }

    To this:

    #container {
    	float: left;
    	margin: 0 0 0 300px;
    	min-height: 500px;
    	width: 700px;
    }

    The problem was that the right side of the blog was cutoff. This happened in Firefox, IE9 and Chrome.

Viewing 1 replies (of 1 total)
  • Theme Author maikunari

    (@maikunari)

    Thanks for pointing this out amnotafraid, I’ve just released a major update which takes care of this as well as many other issues.

Viewing 1 replies (of 1 total)

The topic ‘Right side of blog cut off’ is closed to new replies.