morosito Posted April 26, 2017 Share Posted April 26, 2017 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 More sharing options...
Andrej Stas Posted May 3, 2017 Share Posted May 3, 2017 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. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now