Site title Size Spce
- The topic ‘Site title Size Spce’ is closed to new replies.
Need help? Check out our Support site, then
Hi People, i need help…This is possible change the size space where is the site title. For me looks to much empty space between the title name to the my content.
Thanks
The blog I need help with is: (visible only to logged in users)
I think this call the header part. I change the font size but i want to small the area.
Hi – you can change the gap between the header and the content with the following custom css:
body:not(.has-site-title):not(.themes-overlay-visible) .masthead .branding-wrapper {
margin-bottom: 2rem;
}
Thanks – Ben
Oh – just in case, there’s info on custom css here:
https://wordpress.com/support/custom-design/custom-css/
Thanks – Ben