Site title above logo
- The topic ‘Site title above logo’ is closed to new replies.
Need help? Check out our Support site, then
Is there a way to make the site title and tagline appear before the site logo?
The blog I need help with is: (visible only to logged in users)
Hi there,
can you please disable maintenance, or provide a way to check it out?
Sorry about that! You should be able to see it now.
I’d also like to remove the socials menu at the top of the page but keep them at the bottom if that is possible? Thank you for your help!
Hi,
try this
header .site-social{display:none;}
header .site-branding {display:flex;flex-flow:column}
header .custom-logo-link{order:2;}
in your custom CSS box under Customize-▸Additional CSS
Let me know if this worked for you.