• Resolved afrikablam

    (@afrikablam)


    Hi, I’m using the header-left layout. Is there a way to vertically center the logo/site title? Instead of having it at the top?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Kevin

    (@jx-3p)

    Hey!

    Try adding this CSS to Theme Options> Custom CSS, and let me know how it works for you:

    @media (min-width: 992px) {
    aside#kad-vertical-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        }
    }

    -Kevin

    Thread Starter afrikablam

    (@afrikablam)

    worked perfectly! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘center logo on header left layout’ is closed to new replies.