Site Theme: How Do I close the large gap between my logo and header?
-
Using ‘Lovecraft’ theme. There is a large gap between my logo and title. How do I rectify?
The blog I need help with is: (visible only to logged in users)
-
Hello,
Try adding this CSS in Customize → CSS in your blog dashboard:
.site-title {margin-top:-60px} @media screen and ( max-width: 600px ) { .site-title {margin-top:0} }About the Custom CSS feature: https://en.support.wordpress.com/custom-css/
- The topic ‘Site Theme: How Do I close the large gap between my logo and header?’ is closed to new replies.