Centered Logo

Home Support eCommerce Gem Centered Logo

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8472
    Anonymous
    Inactive

    I’ve tried eveything with CSS to make the logo center, I went to Site Identity -> Logo Only. Then I went to Additional CSS and tried everything but can’t seem to make it center the logo. Can you please help me out?

    #8473
    ProDesigns
    Keymaster

    Hi @imacouzet

    Please provide us your site URL, we write CSS to center logo required for your site.

    Thank you.

    #8474
    Anonymous
    Inactive

    Thanks.

    The site is https://karsenstil.mx

    #8475
    ProDesigns
    Keymaster

    Hi @imacouzet

    Please go to Appearance >> Customize >> Additional CSS and add following CSS to make logo align center.

    .site-branding {
        width: 100%;
    }
    .site-branding a.custom-logo-link {
        float: none;
        display: block;
        margin: 0 auto;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.