badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

customizing comment area

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #4509
    kikicuisine
    Member

    It seems the comment section is really large, space and font wise. Can I customize this section?

    http://kikicuisine.com/2013/10/freshman-fifteen-healthy-eats/#comments

    Thank you!

    #4521
    kikicuisine
    Member

    can anyone help?

    #4574
    sovit ranjitkar
    Keymaster

    Yes, you can customize it through CSS. Where you want to reduce the space each and every comment post or what?

    #4652
    kikicuisine
    Member

    yeah, just a more streamlined look. currently looks like a lot of wasted white space.

    #4690
    sovit ranjitkar
    Keymaster

    To reduce the space for comment section Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS and paste the following CSS code:

    .comments-title {
        padding-bottom: 0 !important;
    }
    .comments-area article {
        margin: 15px 0;
    }
    .comments-area article header {
        margin-bottom: 15px;
    }
    #respond {
        margin-top: 20px;
    }
    #respond form {
        margin: 10px 0;
    }
    #respond form p {
        margin: 0;
    }

    Now, Click on Save All Changes Button and Refresh your browser.

    Thank you for using our theme.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.