• if your reading this thankyou for taking the time.

    first off i’m modifying the kubrick template which i’ve done mostly cept for an error in my comments.php

    http://www.sit-and-spin.com/modules/wordpress/?p=10#respond

    you will notice a white space between the comments and the sidebar. or where the sidebar loads.

    I believe it is because it’s supposed to load without the sidebar there, but i have moved the sidebar call function to the header.php for some exection needs.

    is that the error? do i need to change my header without the sidebar call funct?

    thanks again for reading this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You are brave indeed modifying the default theme….

    If I put this at the bottom of your css file, it seems to make a difference:


    .widecolumn#content {
    margin-left:0;
    }

    textarea {
    width:50px;
    }

    Any good ?

    Thread Starter mkyb14

    (@mkyb14)

    yes that makes the space between the sidebar and the comments.php smaller. but i’m still wondering if i can edit the comments.php to the same format as my other pages have been. can i man the comments.php show as a normal page or do i have to leave the context of the code where it’s at?

    i thought that there was some code within the comments.php that was calling for the space on the left, but i’m starting to think that the comments page was to be viewed by itself, as i have tested the original template and found that it doesn’t include the side bar in it when you are viewing the comments.php

    so i’d like to make the comments.php display like anyother page.!

    i know thats alot of repeat, just trying to find the words!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Modify space error… blank spot’ is closed to new replies.