Skip to content
Public Ticket #31678

H2 line height

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

You can modify the CSS code:

.penci-grid li.grid-style .grid-header-box .grid-title {
  line-height: 22px
}

Regards,
PenciDesign.

cschweiger replied

Customer Reply

I'm using Magazine Mixed Posts Style 4 for my home page, so that CSS impacts all titles, but I only need the CSS for the second masonry set of posts, and the list posts. The hero post title is fine as it is now. 

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

.grid-header-box h2 {
  line-height: 22px
}

Regards,
PenciDesign.

cschweiger started the conversation

Conversation Start

On my home page, the blog post titles are H2 tags, but the line height is set to create a big gap. How can I reduce that line height?

Want to join this conversation or access attachments? Sign in first.