• A previous thread I began was getting me nowhere. I reinstalled WP in a different subdirectory, as I am also trying out b2evolution. Whichever one I can get working with my design first is the one I’ll port all my blog entries over to.
    Here is the empty shell for my blog and here is the index.php to my blog. That seems okay. However, the individual post page (here is an example) is all screwed up. It goes way beyond the righthand margin. How do I fix that?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Your #content DIV is a fixed width, and the #menu DIV is absolutely-positioned according to the size of the view window. You will have to make the #content DIV “liquid” so that it resizes as the view resizes.
    Good luck in your decision.

    I think that might be Cuz of comment boxes ! ofcource the last box ! for the comment !
    try to set fitting size ??
    Ali ix

    Thread Starter pezastic

    (@pezastic)

    Where do I change the size of the textarea box for comments?

    It’s in wp-comments.php

    <textarea name="comment" id="comment" cols="70" rows="4" tabindex="4"></textarea>

    Well generally there is no need to upgrade your index. We (now) just upgrade,
    upload our old index.php and wp-layouts which we have carefully kept copied and carry on. It is worth investing time in those files. They could be with you for life.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘I need help with design’ is closed to new replies.