Site logo

Archived topic

Lower site title in header

3 replies · Started by CRISTO on February 25, 2019

Viewing posts 1–4 of 4

Got great help from you before on moving my logo a bit to the right in my header. Now I would like to move the title down a bit so that it is parallel to the center of the logo. Probably some css would do the trick.

Hi there,

try this CSS:

@media (min-width: 768px) {
    .inside-header {
        display: flex;
        align-items: center;
    }
    .site-branding {
        order: 2;
    }
}

Worked like a charm.....thanks so much. Simple css is great for people like me.

And, of course, you guys are great as well.

Awesome - glad to be of help :)

This archived topic is closed to new replies.