• Hello,
    I am trying to delete the comments area on my website. I am using the WP Tribal Theme. I have deleted the actual comments box, but the white box is still extending way to far past my posts and it is driving me crazy. I have tried everything that I could think of in the php code and the css. I would think it would be the padding, but when I altered it, nothing. Here is the website https://www.GorillaNuts.com. (They are wire connectors, don’t be scared.) Any suggestions????

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • try to remove these:

    <div class="metatop"></div>
    
                          <div style="clear:both;"></div>
                           <div class="metabot"></div>

    (this is from the html of your page in the browser – it might look different in the template.)

    make a backup before editing.

    Try using the css for comment_template… i guess use display: none; that can help or else… leme check ur sitenice site friend… check out the padding below the photos is extending out… of wrapper… here u can do something hope so helps u…

    insert a clear clas <p> tag before the footer mean where u want the border line to be end like most before the about contact footer nav…

    <p class=”clear”>

    and css class of

    .clear {
    margin: 0;
    padding: 0;
    clear: both;
    }

    this will solve your problem of box driving out…

    Thread Starter lisaking2010

    (@lisaking2010)

    SUCCESS!

    Thank you both! Both of your suggestions helped. The problem was in the Style sheet (style.css), under the sidebar area, I had to make the height in the .metabot 0px.

    I appreciate the help!!!

    Have you tried simply disabling comments?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Deleting Comments Area, HELP!’ is closed to new replies.