Blog Title - line space

Hi Colorlib

Can you help me make the linespace bigger when a blog posts name is two levels as on the attached picture?

Best.
Oddny

Hello Oddny,

Can you please provide a screenshot?

There’s no picture attached and I cannot tell where do you want to change the line height.

Regards

Hi yes of course, sorry about the attachment don’t know what happened the first time.

Hello,

Please use this custom CSS solution to increase the line height:

#header .bottom-header h2 {
    line-height: 1.2 !important;
}

Regards

Thank you, worked like a charme :slight_smile:

Best.
Oddny

Great news,

Regards!

It worked perfectly! Thank youso much!