Reply To: Site Logo Before Site Title?

Home Forums Support Site Logo Before Site Title? Reply To: Site Logo Before Site Title?

Home Forums Support Site Logo Before Site Title? Reply To: Site Logo Before Site Title?

#239882
Tom
Lead Developer
Lead Developer

You’ll want to remove the left padding in the header using the Spacing add-on in “Customize > Layout > Header”.

You can move the site title down with some CSS like this:

@media (min-width: 769px) {
    .site-branding {
        margin-top: 20px;
    }
}