Archived topic
Comments white-space reduce
5 replies · Started by Ramesh Srinivasan on March 13, 2016
Hi!
I'd like to reduce the white space as well as the cell padding metrics in the Comments section in my web site.
This is how it originally appears:
http://winhelponline.com/c1.png
(This is the default settig, looks very clean, but takes a lot of scrolling)
I've made a quick mock-up using Paint, that's how I'd like it to appear.
http://winhelponline.com/c2.png
(Might appear congested in the mock-up, but I can further refine the values as needed)
BTW, I have the GP-Premium Add-On if that makes any difference. Thanks in advance for the assistance!
Hi there,
Give this CSS a try:
.comment-content {
padding: 10px;
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
Let me know :)
Thanks Tom. That takes care of the padding.
Any idea about the other thing.. white-space between two comment entries?
Give this a shot:
.comment-body {
padding-top: 10px;
}
Perfect. Thanks Tom.
You're welcome :)
