• Overall the theme is great and most of the problems you see in the comment section of the designers sight can be fixed by tinkering around with it. The only problem that I haven’t been able to fix is that it cuts of some of the wording on the right side of any posts. My CSS skills are not at a level to fix it myself without some serious research to make sure I don’t do more damage then good.

Viewing 2 replies - 1 through 2 (of 2 total)
  • change

    .xLeft .xContent p,.xLeft .xContent p{
        width:100%;
        font-size:12px;
    }

    to

    .xLeft .xContent p,.xLeft .xContent p{
        width:632px;
        font-size:12px;
    }

    and you should be good.

    Thread Starter corneliusaesop

    (@corneliusaesop)

    Thanks I’ve got it set and working now. There are a few other kinks I’m working out but for a free theme it’s working great and I can’t complain.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Evaluation and 1 Tech problem’ is closed to new replies.