• Resolved kevos art

    (@kevos-art)


    I’m trying to center my website logo, or more specifically get it to center when viewed in mobile. Currently the logo sits to the left, but I can’t figure out where in my css this is being controlled from.

    My site is: https://www.kevinhughesart.com.

    Any help is appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kevos art

    (@kevos-art)

    Bumping this up.

    Thread Starter kevos art

    (@kevos-art)

    Never mind, I seem to have gotten it to work. I just added the following code:

    .site-logo {
    display: block;
    margin-bottom: .10em;
    margin-left: auto;
    margin-right: auto;
    }

    And it worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Blask] Center Site Logo’ is closed to new replies.