Home › Forums › Pro Support › How to customize mobile homescreen like this layout › Reply To: How to customize mobile homescreen like this layout
May 27, 2020 at 4:52 pm
#16022
Keymaster
That’s just the line-height of the title.
You could try to force it up a bit:
.wp-show-posts .wp-show-posts-entry-title {
position: relative;
top: -2px;
}