Forums
Forums / Plugin: Comments - wpDiscuz / Modify comments box width
(@globsticks)
6 years, 5 months ago
Hi,
¿is it possible to shorter the actual width of comments box to a shorter dimension?
Thank you!
(@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.
The topic ‘Modify comments box width’ is closed to new replies.
(@globsticks)
6 years, 5 months ago
Hi,
¿is it possible to shorter the actual width of comments box to a shorter dimension?
Thank you!