What is quick css I can add to reduce the space after a line of text at h2? I want to keep my text as h2 but I want the horizontal line to match up with the background of the site and I feel the easiest solution may be to simply reduce the amount of space after the header text.
http://educate2020.com/travelers/
Thanks,
Spud
reduce space after h2
3 posts from 2 voices-
Posted 6 months ago #
-
Hi,
On your custom.css, you can adjust the line height and bottom margin for h2.
h2 { font-size: 33px; line-height: 1.1em; margin-bottom: 10px; }Regards,
IsmaelPosted 6 months ago # -
Thanks!
Posted 6 months ago #
Topic Closed
This topic has been closed to new replies.














