Line spacing in Site Title section
-
I increased the font size slightly, and now the tagline is too close (vertically) to the site title; I’d like to add the equivalent of a carrier return or two, but Customizer doesn’t allow this. How can I improve the vertical spacing?
The blog I need help with is: (visible only to logged in users)
-
Hey there.
I have moved your question to the CSS Customization forum. The folks there will be able to help with some CSS code to increase the space between your title and tagline.
Here’s the direct link to your query:
https://en.forums.wordpress.com/topic/line-spacing-in-site-title-section?replies=1
Cheers!
-
Hi, you can use the following CSS to add some spacing between your site title and tagline. Go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS. You can adjust the top padding as desired.
.site-description { padding-top: 40px; }
- The topic ‘Line spacing in Site Title section’ is closed to new replies.