• Resolved nootkan

    (@nootkan)


    Hello everyone, I’ve been trying to get my comment form to drop beneath the post content instead of sitting beside it but cannot figure it out. The theme was created for my local chamber of commerce by a third party whom I don’t have contact with anymore and I decided to see if I could spruce it up a bit. Unfortunately my php is lousy. The link is:
    https://www.goldriver.ca/hiking-the-antler-lake-trail/ I thought it could be done with css but nothing I’ve tried will work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try:

    .comment-respond {
        clear:both;
    }
    Thread Starter nootkan

    (@nootkan)

    Thanks for your reply however after looking all the way to the end of the css file I found that what I was looking for was already there but had been commented out. My Bad.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comment Form Placement Issue’ is closed to new replies.