Jump to content

logo & menu annoying bug classic theme 1.7.1.1


morosito

Recommended Posts

I have a problem putting logo (200x40px) and horizontal menu (women,..).

 

The problem is that when the menu opens, it cover the logo. Is there a way to reduce menu or just to make it shorter or to make it open lower in future versions?

 

Link to comment
Share on other sites

You can insert this code into your_theme/assets/css/custom.css

 

#header .logo {
    max-width: 100% !important;
}
 
This code will make sure that your logo, even if it was uploaded in a bigger size, will not overlap the menu.
  • Like 1
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...