Site logo

Archived topic

Mobil Logo Position

3 replies · Started by Matthias on January 6, 2021

Viewing posts 1–4 of 4

Hello There,
Simple question.

#mobile-header .mobile-header-logo

I need the logo in the mobil version on the left site. Actually the position is in the middle!
An idea?

Take care, Mate

Hi there,

can you share a link to your site?

Its not online yet. See private message ...

To align it left just on mobile, add this CSS:

@media (max-width: 768px) {
    .site-header .inside-header {
        align-items: flex-start;
    }
}
This archived topic is closed to new replies.