Jump to content

Centering logo on mobile devices


loreactm

Recommended Posts

Hi, I'm using the default theme (Classic Version 1.0.0). Is there any way to center the logo on mobile via CSS?

I've tried with this but it's still not looking right:

@media (max-width: 767px) {
  #header .top-logo {
      justify-content: center;
  }
}

image.png.6962df32db7d493395dbb96bc7d5bee9.png

 

Thank you!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...