Site logo

Archived topic

How can I adjust line hight ?

3 replies · Started by MD Tohidul on March 15, 2021

Viewing posts 1–4 of 4

Hi there,

That's from your h2 header having the default margin-bottom for h2 elements.

You can try adding this CSS to override the margin-bottom for the first h2 element.

h2.has-text-align-center:first-child {
    margin-bottom: 0;
}

Thanks dear, it works for me !

Nice one. Glad it works for you. No problem. :D

This archived topic is closed to new replies.