• Resolved ewhitaker

    (@ewhitaker)


    I just noticed that the logo I had centered with additional css has moved to the left instead of staying in the center like it was. I was using the following css:

    .site-branding .site-description {
    text-align: center;
    }

    And have also tried:

    .site-branding img {
    display: block;
    width: auto;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    }

    Also tried adding:

    .site-branding img { margin: 0 auto; }

    None of these work and the logo insists on staying to the left. It is also happening on one of our other sites https://www.german-toasting-glasses.com.

    Anybody know a fix? I’m not that adept in css.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Logo Moved after Update’ is closed to new replies.