Viewing 3 replies - 1 through 3 (of 3 total)
  • Find the class called narrow column in your stylesheet (line 247). It looks like this:

    .narrowcolumn {
    float:left;
    margin:0 0 0;
    padding:0 0 20px 45px;
    width:450px;
    }

    Change it to this:

    .narrowcolumn {
    float:left;
    margin:0 0 0;
    padding:0 0 20px 95px;
    width:400px;
    }

    This should help you and get it in the right place.

    Thread Starter tridean

    (@tridean)

    Hi,
    Many thanks for that. You know I tried just about all of those margin and padding numbers but I must have just not tried that one!

    I do have another problem now though. If you visit the blog again you’ll see what I mean.

    when I was typing in the post section of wordpress, there was no auto-return, it just kept scrolling to the right as I typed. The result is the same thing in the blog and well, you can see the issue:

    http://www.reprogrammingthemind.com/blog

    Cheers
    Dean

    That just because there are no spaces between the letters. If you space them out they will work. You never get words that long so there shouldn’t be a problem.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to adjust width of blog’ is closed to new replies.