Viewing 7 replies - 1 through 7 (of 7 total)
  • Jay Mayu

    (@mayooresan)

    Could you please share a live link?

    Thread Starter grayfore

    (@grayfore)

    Sure, I’m working on editing http://solarizecville.org/.

    Jay Mayu

    (@mayooresan)

    1. Create a Child theme of your theme
    2. Update the style.css with the following code in the bottom

    .themonic-logo {
    padding: 17px;
    margin: 10px 0;
    }
    
    header#masthead {
    text-align: center;
    }

    Regards,
    Jay Mayu

    Thread Starter grayfore

    (@grayfore)

    Sorry, this didn’t seem to do the trick. The masthead seems perfectly centered but its elements are still left-justified. Any other ideas?

    Jay Mayu

    (@mayooresan)

    Which element are you talking about? Would you be more specific please?

    Theme Author Themonic

    (@themonic)

    Try this:

    .themonic-logo {
    float: none;
    padding: 17px;
    margin: 10px 0;
    }
    Thread Starter grayfore

    (@grayfore)

    Themonic, that worked perfect! Thank you for your help.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Center Header Logo’ is closed to new replies.