• I read Kiaaa’s post regarding how to center the logo on evolve, but I’ve not been successful. He said he used this code in the Custom CSS box on his site:

    #logo, #logo a {
    float:none;
    margin:0 auto;
    width:0px;
    }

    I tried it, but it didn’t work. Any suggestions? Here’s my site, thanks!

    https://www.applegatecares.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • I think Kiaaa may not be using an image logo like your site does, I would be trying for something like this.

    #logo-image  {
    float: none;
    margin: 0 auto !important;
    }

    Thread Starter daysi5

    (@daysi5)

    That worked thank you!

    Thread Starter daysi5

    (@daysi5)

    My logo suddenly appears to the left again, and I went back to re-input the code:

    #logo-image {
    float: none;
    margin: 0 auto !important;
    }
    and it still appears at the left. What happened and how to I center it again? Thanks!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You didn’t say where you put that code.

    @daysi5 your logo looks ok from here

    you put the code in admin > appearance > Theme Options > Custom CSS
    (if you are not using a child theme)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Centering my logo on Evolve’ is closed to new replies.