Home › Support Forums › Theme Support › Enlightenment › Logo issue › Reply To: Logo issue
After 2 days of struggling,
finally,
I found out how to change the logo size.
Copy this under Appearance/Edit CSS:
.navbar-brand > .site-logo {
display: inline-block;
width: auto;
max-height: 120px;
vertical-align: top;
-webkit-transition: height .25s ease, max-height .25s ease;
-moz-transition: height .25s ease, max-height .25s ease;
-ms-transition: height .25s ease, max-height .25s ease;
-o-transition: height .25s ease, max-height .25s ease;
transition: height .25s ease, max-height .25s ease;
}
Change the “max-height: XXXpx” to the size you like.
BUT….
my Navbar (Menu bar) shrink to “MORE”….
please help!
PS: I MUST have a bigger logo otherwise my superior will reject the design for sure.