Site logo

[Resolved] Logo center

Home Forums Support [Resolved] Logo center

Home Forums Support Logo center

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2522810
    takkularapsis

    I added shopping cart to header and after that the logo went few inches to left?

    #2522871
    Fernando
    Customer Support

    Hello there,

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

    @media (min-width: 769px) {
        .site-logo {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }
    }
    #2522885
    takkularapsis

    Great, thanks again for great support!

    #2522895
    Fernando
    Customer Support

    You’re welcome!

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