• Resolved Chris.V

    (@chrisv234)


    Hi,

    my issue is that when the logo is text is centered fined but while image it is not. To center it I had to add the following css:
    .site-branding img.custom-logo { margin: 0 auto; }

    However, by reading the support forum I see that this was supposed to be fixed since 1.2.9 version. I currently have installed the 1.2.12 but I still had the issue described above.

    Thanks in advance,
    Chris

Viewing 1 replies (of 1 total)
  • Theme Author YITHEMES

    (@yithemes)

    Hi there,
    thanks for reporting!
    You’re right, that’s a bug. We will fix it in the upcoming release
    Meanwhile you can fix it by adding the following few lines of style in your Additional CSS area.

    .site-branding img.custom-logo {
        display: inline-block;
    }

    Thanks again for your reporting

Viewing 1 replies (of 1 total)
  • The topic ‘Image logo not centered’ is closed to new replies.