[Support request] center logo on mobile view

Home Forums Support [Support request] center logo on mobile view

Home Forums Support center logo on mobile view

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1510166
    Cynthia

    I can’t seem to get the logo to center on mobile view as it usually does. I’m not sure which setting is incorrect.

    Please help

    #1510263
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    @media(max-width: 768px) {
        .site-logo {
            flex: 1 0 100%;
            text-align: center;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.