[Resolved] Center Logo

Home Forums Support [Resolved] Center Logo

Home Forums Support Center Logo

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1372508
    ppwqwp

    Hi,
    I am rebuilding my website.
    I want to center my logo just below the tagline.
    Can I use something like this?
    .site-logo {
    float: center;
    margin-right: 20px;
    }
    Thanks
    Patricia

    #1372580
    Leo
    Staff
    Customer Support

    Hi there,

    Would something like this work?

    @media (min-width: 769px) {
        .site-branding-container {
            display: flex;
            flex-direction: column-reverse;
            text-align: center;
        }
        .site-branding-container .site-logo {
            margin-right: 0;
        }
    }
    #1372587
    ppwqwp

    Thanks Leo!
    Have a Great Day!

    #1372590
    Leo
    Staff
    Customer Support

    No problem 🙂

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