Jump to content

Logo overlapping and not centered


Recommended Posts

Hi..

you need to modify your themes css file here is path of your css file "themes/classic/assets/css/theme.css"

 

find these code under 

@media (max-width:767px){

#header .header-nav .top-logo {
    line-height: 50px;
    vertical-align: middle;
    width: 200px;
    margin: 0 auto;
    text-align: center; //add this code
}

}

 

Thanks


 

Capture.PNG

Link to comment
Share on other sites

  • 3 weeks later...

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...