[Support request] Mobil Logo Position

Home Forums Support [Support request] Mobil Logo Position

Home Forums Support Mobil Logo Position

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1607861
    Matthias

    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

    #1607896
    David
    Staff
    Customer Support

    Hi there,

    can you share a link to your site?

    #1607922
    Matthias

    Its not online yet. See private message …

    #1608113
    David
    Staff
    Customer Support

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

    @media (max-width: 768px) {
        .site-header .inside-header {
            align-items: flex-start;
        }
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.