• Resolved humblehuman24

    (@humblehuman24)


    Hi,

    I would like to know how to reduce the ‘Post Comment’ box size using custom css as it looks very big.

    Thanks & Regards,

    Manojh

Viewing 9 replies - 1 through 9 (of 9 total)
  • architalevelup

    (@architabasandrai20)

    Hi @humblehuman24

    I’m glad you reached out. I’d be happy to help.?

    To reduce the size of the post comment box, you can use custom CSS. Here’s an example of how you can adjust the width and height of the comment box:

    • Navigate to Appearance > Customize > Additional CSS in your WordPress dashboard.
    • Add the following CSS:

    textarea#comment {
    width: 80%; /* Adjust width percentage as needed /

    height: 150px; / Adjust height as needed */
    }

    This will reduce the size of the comment box. You can adjust the values to fit your site’s design.

    Let me know if you need any further assistance!

    Best Regards,
    Archita

    Thread Starter humblehuman24

    (@humblehuman24)

    Hi architalevelup,

    Thank you very much for your help but I need to know how to resize the ‘Post Comment’ button.

    I am sending you an image for your reference.

    https://ibb.co/16T6mkY

    Regards,

    Manojh

    architalevelup

    (@architabasandrai20)

    Hi Manojh,

    Thanks for the additional information.

    The Post comment form button inherits the default style of buttons from customizer > colors & fonts > buttons. Check the screencast for reference: https://share.zight.com/2NuoqWRQ

    If you make changes in the customizer, it will affect all the buttons on the website.

    To make change comment form button only, add the following custom CSS:

    .comments-area input[type="submit"]{
    padding: 14px 33px 9px 21px;
    }

    You can adjust the values according to your specific requirements.

    I hope this helps. Let us know if we can assist you further.

    Best Regards,
    Archita

    Thread Starter humblehuman24

    (@humblehuman24)

    Hi Archita,

    Thanks a lot for your help and it works very well.

    architalevelup

    (@architabasandrai20)

    Hi Manojh,

    I am glad I could help, and you are very welcome!

    Do you still need assistance here? If you’re all set, I will mark this topic as resolved.

    If you still need help, just reply to this message, and we’ll stay with you until everything is resolved.

    Thanks!

    Regards,
    Archita

    Thread Starter humblehuman24

    (@humblehuman24)

    Hi Archita,

    Thank you very much! I don’t need any further assistance and you can mark this topic as resolved.

    architalevelup

    (@architabasandrai20)

    Hi @humblehuman24

    I’m unable to mark the topic as resolved since it was initiated by you. Could you kindly mark it as resolved on your end?

    Thank You.

    architalevelup

    (@architabasandrai20)

    Hi @humblehuman24

    Just checking in on this topic. Do you still need assistance here?

    If you’re all set, kindly set the topic as resolved. Otherwise, let us know if we can assist you further.

    Thread Starter humblehuman24

    (@humblehuman24)

    Hi Archita,

    Sorry for the delay. I will mark this topic as resolved now.

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