Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] align comment box with posts

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #188942
    klaw718
    Participant

    hi there,

    I’ve been trying to move my comment box over so it’s right underneath my posts, but I don’t know what code to put in to make it work. here’s what i added so far to change the width of the comment box

    .comment-form {
    width: 720px;
    float: left !important;
    }

    and the only thing that works about that is the width. the float doesn’t work. anybody have any ideas here? i’m no CSS guru so I’d appreciate any help.

    here’s my site so you can see the problem: http://www.thepeacetribe.com. If you look under the news tab and click on the ‘leave a comment’ text at the top of the post, you’ll see the problem.

    Thanks!

    #188943
    Paulie_D
    Member

    Seems to be this

    
    .comment-respond, .entry-pings {
     padding: 40px 40px 16px;
    margin-left: 150px; 
    }
    
    

    Disable that an everything seems to line up.

    #188945
    klaw718
    Participant

    yay it worked! thanks so much for your help :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.