Archived topic
How can I adjust line hight ?
3 replies · Started by MD Tohidul on March 15, 2021
Viewing posts 1–4 of 4
I want to show my website front page like this: https://prnt.sc/10mvnhw
But here you see my page: https://prnt.sc/10mvofu
There is a huge gap between the two line, How can I adjust this ?
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.