• Resolved p4rker

    (@p4rker)


    Hello there,

    I just started working with the beautiful harmonic theme, but cannot figure out how to center the logo.
    I tried this:

    #header-branding {
        display: block;
        float: none;
        margin: auto !important;
    }

    but it does not work… Is there anything overwriting the code?
    self-hosted w/ jetpack on https://heymdal.de/heymdal-nrm/
    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Add the following:

    img.site-logo.attachment-harmonic-logo {
    margin-left: auto;
    Margin-right: auto;
    display: block;
    }

    h2.header-description {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    }

    The first section centres the logo whilst the second section centres the text below it.

    Hope it’s what you wanted.

    Thanks

    Thread Starter p4rker

    (@p4rker)

    Wonderful.
    perfect.
    Thank you so much!

    Thread Starter p4rker

    (@p4rker)

    resolved…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Harmonic Theme: How to center site logo?’ is closed to new replies.