• Hello, I am trying to center my logo but can’t seem to find the correct code. Can anyone help?
    Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • did you have a URL?

    maybe changing this on the css

    .site-title-text {
        float: left;
        text-align: center;
    }

    Thread Starter anelson531

    (@anelson531)

    My URL is theaandm.com

    I tried that code but it didn’t work. It looks great on a mobile device but isn’t centered on a desktop…

    Any help/suggestions would be great!

    Thread Starter anelson531

    (@anelson531)

    Can anyone help? I have tried everything and nothing has worked.

    Thank you!

    Try adding this css

    .site-branding .site-brand-container {
        float: none;
    }

    I’m assuming that you you already have a child theme for modifications, or are using a plugin to add custom css. If you don’t have any such thing, you can install something like Jetpack or WP Add Custom CSS

    Thread Starter anelson531

    (@anelson531)

    THANK YOU SO MUCH!

    Yes, I added it to my custom CSS section. I have been trying to figure this out for so long. Thanks again.

    Great. I’m glad it worked.
    Cheers ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Center Logo- Awaken Theme’ is closed to new replies.