Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
minimal header for mobile
sledgemasterrrrrrrr
March 2018
in
Theme support
How can I increase the header size so that it doesn't cut off my logo with the minimal header? jmpools.net
Comments
Bryan
March 2018
Hi,
this is probably the menu plugin messing it up. Try using this css
@media
(max-width:780px) {
body #Top_bar #logo img {
max-height: 50px !important;
}
}
sledgemasterrrrrrrr
March 2018
That fixed it thanks!
Sign In
or
Register
to comment.
Comments
this is probably the menu plugin messing it up. Try using this css