Site logo

[Resolved] center mobile logo

Home Forums Support [Resolved] center mobile logo

Home Forums Support center mobile logo

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2462215
    Tim

    Hello,

    I’m looking to center my logo above the 2 buttons on mobile. Can you help?

    #2462243
    Fernando
    Customer Support

    Hi Tim,

    Can you try adding this through Appearance > Customize > Additional CSS:

    @media (max-width: 768px) {
        .site-header .inside-header {
            justify-content:center;
        }
    }

    Let us know how it goes.

    #2463177
    Tim

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.