Site logo

Archived topic

Align Logo with main and secondary navigation

3 replies · Started by tolis on October 1, 2022

Viewing posts 1–4 of 4

hello , i want to align site logo with main and secondary menu centered, look the screenshot for reference. Thanks.

Try this CSS:

@media (min-width: 1012px) {
    .site-logo {
        margin-top: -40px;
    }
}

it worked thank you ;)

No problem :)

This archived topic is closed to new replies.