Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hey
Can You give me help with this CSS code?
#wpdcom { max-width: 950px !important; } .ql-editor > * { font-size: 20px !important; height: 100px; } .wpd-comment-text * { font-size: 20px !important; } @media screen and (max-width: 600px) { .ql-editor > * { font-size: 16px !important; } .wpd-comment-text * { font-size: 16px !important; } }
Â
I need help with this configuration:
Â
Greetings and thanks for help!
Hi @lukas-3000,
Below is provided a solution:
/* height*/ #wpdcom .ql-editor p { line-height: 25px; } /*display name size*/ #wpdcom .wpd-blog-guest .wpd-comment-author{ font-size: 25px; } /* avatar size*/ #wpdcom .wpd-comment .wpd-comment-left{ width: 250px; }
All red marked values can be changed as you like.Â
Please note, we don't provide support for style customization, we may help in 1-2 simple questions related to colours and background but not more. We can not help you customize all components of website style, these are custom requirements and should be done by website owners. We only help with general questions and issues.
Thank you for your understanding.
You can find all classes by pressing F12 on the browser and opening Chrome or Firefox Console, it'll help you easily write CSS rules you need to customize.Â