• Resolved globsticks

    (@globsticks)


    Hi,

    ?is it possible to shorter the actual width of comments box to a shorter dimension?

    Thank you!

Viewing 1 replies (of 1 total)
  • Plugin Support gVectors Support

    (@gvectorssupport)

    Hi @globsticks,

    Please navigate to Dashboard > Comments > Settings > Styling admin page, put the following CSS code in the “Custom CSS Code” textarea.

    #wpcomm .wc-field-textarea .wpdiscuz-textarea-wrap{
        width:<strong>500</strong>px !important;
    }

    The boldly (500) marked code should be changed before using it.

    Please don’t forget to delete all caches before checking.

Viewing 1 replies (of 1 total)
  • The topic ‘Modify comments box width’ is closed to new replies.