Site logo

Archived topic

logo left, nav center, xyz right

3 replies · Started by Tyler on July 30, 2019

Viewing posts 1–4 of 4

Hi there,

you can try this CSS:

@media (max-width: 768px) {
    .navigation-branding {
        position: absolute;
        left: 0;
    }
}

thank you sir!

Glad to be of help.

This archived topic is closed to new replies.