• Resolved riyak

    (@riyak)


    Hello, I can’t seem to figure out which class to edit in my child theme to center the logo image at the top of the page. I don’t have a title or tagline. Any ideas would be appreciated.

    Thank you!

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

    (@ghozylab)

    Hi @riyak

    You can go to theme customizer > Miscellaneous > Additional CSS and paste the following CSS code:

    .logo-title-holder {
        display: block;
    }
    
    .logo-title-mode {
        text-align: center;
    }
    • This reply was modified 7 years, 1 month ago by GhozyLab.
Viewing 1 replies (of 1 total)
  • The topic ‘Center logo?’ is closed to new replies.