<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									CSS for nickname, avatar and distance between text lines - wpDiscuz Integration				            </title>
            <link>https://wpdiscuz.com/community/wpdiscuz-integration/css-for-nickname-avatar-and-distance-between-text-lines/</link>
            <description>wpDiscuz WordPress Comment Plugin Community. Support and Resources.</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 08 Sep 2026 21:30:36 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: CSS for nickname, avatar and distance between text lines</title>
                        <link>https://wpdiscuz.com/community/wpdiscuz-integration/css-for-nickname-avatar-and-distance-between-text-lines/#post-13347</link>
                        <pubDate>Sat, 12 Feb 2022 12:33:28 +0000</pubDate>
                        <description><![CDATA[@lukas-3000,
Here is the CSS code: 
#wpdcom .ql-editor li {
   line-height: ***43px; ***
}]]></description>
                        <content:encoded><![CDATA[<p>@lukas-3000,</p>
<p>Here is the CSS code: </p>
<pre contenteditable="false">#wpdcom .ql-editor li {
   line-height: ***43px; ***
} </pre>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/wpdiscuz-integration/">wpDiscuz Integration</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/wpdiscuz-integration/css-for-nickname-avatar-and-distance-between-text-lines/#post-13347</guid>
                    </item>
				                    <item>
                        <title>RE: CSS for nickname, avatar and distance between text lines</title>
                        <link>https://wpdiscuz.com/community/wpdiscuz-integration/css-for-nickname-avatar-and-distance-between-text-lines/#post-13346</link>
                        <pubDate>Sat, 12 Feb 2022 12:23:32 +0000</pubDate>
                        <description><![CDATA[@asti thanks for help i do it:

/*Ustawienia na komputery PC i tablety*/ @media screen and (min-width: 600px) { #wpdcom { max-width: 950px !important; } /*Wielkość wyświetlanego postu*/ .w...]]></description>
                        <content:encoded><![CDATA[<p>@asti thanks for help i do it:</p>
<blockquote>
<p><span>/*Ustawienia na komputery PC i tablety*/ @media screen and (min-width: 600px) { #wpdcom { max-width: 950px !important; } /*Wielkość wyświetlanego postu*/ .wpd-comment-text * { font-size: 20px !important; } /*Wielkości edytora pisania posta*/ #wpdcom .ql-editor p { font-size: 20px; } #wpdcom .ql-container { min-height: 100px; } /*Wielkość nazwy piszącego post*/ #wpdcom .wpd-comment-header .wpd-comment-author { font-size: 20px; } #wpdcom .wpd-comment-date { padding: 0 5px; font-size: 16px; } /*Wielkość nicków w odpowiedzi*/ #wpdcom .wpd-comment .wpd-reply .wpd-comment-header .wpd-comment-author{ font-size: 18px; margin-right: 5px; } #wpdcom .wpd-comment .wpd-reply .wpd-comment-header .wpd-comment-author a { font-size: 18px; margin-right: 5px; } /*Wielkość avatara*/ #wpdcom .wpd-comment .wpd-avatar img.avatar { width: 70px; height: 70px; max-width: 70px; } #wpdcom .wpd-comment .wpd-comment-left{ width: 70px; } /*Wielkość avatara w odpowiedzi*/ #wpdcom .wpd-comment.wpd-reply .wpd-avatar img, #wpdcom .wpd-comment.wpd-reply .wpd-avatar img.avatar { width: 60px; height: 60px; max-width: 60px; } #wpdcom .wpd-comment .wpd-reply .wpd-comment-left{ width: 60px; } /*Ustawienia na smartfony*/ @media screen and (max-width: 600px) #wpdcom /*Wielkość pierwszego tekstu*/ .wpd-comment-text * { font-size: 16px !important; } }</span></p>
</blockquote>
<p>Can You help the only with this??</p>
2288]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/wpdiscuz-integration/">wpDiscuz Integration</category>                        <dc:creator>Lukas 3000</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/wpdiscuz-integration/css-for-nickname-avatar-and-distance-between-text-lines/#post-13346</guid>
                    </item>
				                    <item>
                        <title>RE: CSS for nickname, avatar and distance between text lines</title>
                        <link>https://wpdiscuz.com/community/wpdiscuz-integration/css-for-nickname-avatar-and-distance-between-text-lines/#post-13335</link>
                        <pubDate>Sat, 12 Feb 2022 08:58:02 +0000</pubDate>
                        <description><![CDATA[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{
   ...]]></description>
                        <content:encoded><![CDATA[<p>Hi @lukas-3000,</p>
<p>Below is provided a solution:</p>
<pre contenteditable="false">/* 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;***
}</pre>
<p>All <span style="color: #ff0000"><em><strong>red</strong> </em></span>marked values can be changed as you like. </p>
<p>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.</p>
<p>Thank you for your understanding.</p>
<p>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. </p>
<p><a class="everlightbox-trigger" title="CSS" href="https://gvectors.com/wp-content/uploads/wpforo/attachments/6750/3221-CSS.png" rel="nofollow" data-gallery="#wpf-content-blueimp-gallery"><img title="CSS" src="https://gvectors.com/wp-content/uploads/wpforo/attachments/6750/thumbnail/3221-CSS.png" alt="CSS" /></a></p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/wpdiscuz-integration/">wpDiscuz Integration</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/wpdiscuz-integration/css-for-nickname-avatar-and-distance-between-text-lines/#post-13335</guid>
                    </item>
				                    <item>
                        <title>CSS for nickname, avatar and distance between text lines</title>
                        <link>https://wpdiscuz.com/community/wpdiscuz-integration/css-for-nickname-avatar-and-distance-between-text-lines/#post-13328</link>
                        <pubDate>Fri, 11 Feb 2022 15:49:06 +0000</pubDate>
                        <description><![CDATA[Hey
Can You give me help with this CSS code?
#wpdcom {
  max-width: 950px !important;
}

.ql-editor &gt; * {
     font-size: 20px !important;
	   height: 100px;
}

.wpd-comment-te...]]></description>
                        <content:encoded><![CDATA[<p>Hey</p>
<p>Can You give me help with this CSS code?</p>
<pre contenteditable="false">#wpdcom {
  max-width: 950px !important;
}

.ql-editor &gt; * {
     font-size: 20px !important;
	   height: 100px;
}

.wpd-comment-text * {
   font-size: 20px !important; 
}

@media screen and (max-width: 600px)
{
.ql-editor &gt; * {
     font-size: 16px !important;
}

.wpd-comment-text * {
   font-size: 16px !important; 
}
}</pre>
<p> </p>
<p><strong>I need help with this configuration:</strong></p>
2286
<p> </p>
<p>Greetings and thanks for help!</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/wpdiscuz-integration/">wpDiscuz Integration</category>                        <dc:creator>Lukas 3000</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/wpdiscuz-integration/css-for-nickname-avatar-and-distance-between-text-lines/#post-13328</guid>
                    </item>
							        </channel>
        </rss>
		