Notifications
Clear all

[Solved] Adjusting line spacing in replies

3 Posts
2 Users
0 Likes
1,092 Views
(@mikequinn)
Trusted Member
Joined: 5 years ago
Posts: 52
Topic starter  

Hi, I was able to increase the font size of all comments and replies with this code:

#wpcomm * {
font-size: 18px !important;
}

However, I want the line spacing to be the same. Can you give me the CSS to do this?

Thanks

Mike

WPdiscuss formattingjpg

   
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5921
 

Hi @mikequinn,

You should use the following CSS code for this purpose. Don't forget to change the red marked code before using. 

#wpcomm .wc-reply .wc-comment-right .wc-comment-text, #wpcomm .wc-reply .wc-comment-right .wc-comment-text * {
line-height: 22px;
}

   
(@mikequinn)
Trusted Member
Joined: 5 years ago
Posts: 52
Topic starter  

Thanks!


   
Share:
Scroll to top