Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #19684

    Hi. Using “logo” more as a header above my header image. Thus, I would like to center logo above my header image. I may also go back to having my header image larger to fit full horizontal length if that matters. It seems the logo is set to float left. How do I change? I do have a child’s theme.

    http://www.thekonaproject.com

    #19691
    Sakin
    Keymaster

    @TruckinTortuga: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #logo-wrap, #site-logo {
        display: block;
        float: none;
        text-align: center;
    }
    #19723

    Wonderful! It worked! I am a newbie wordpress user and I am grateful for your help. I am amazed at your quick response, and spot on solution.

    Is using the Custom CSS box the same, better, or worse to use versus adding to the actuall style.css file of my child theme?

    #19733
    Sakin
    Keymaster

    @TruckinTortuga: If you have build child theme then adding in the Child Theme style.css is better.

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