First off, let me say that I am loving this theme. Thanks to the developers for creating it.
I’m just wondering if there is any way to make the logo in the header any larger. Right now I have the logo set as “large”, but it’s still too small for me.
Has anyone else run into this problem?
Hi Kodea, I’ve the same problem. I’d like to have a logo img with a height of at least 100px because it’s square and not horizontal. Unfortunately I’m afraid that after this long time with no answer to your post means that it’s not so easy to do that. π
Any suggestion are welcome…
You need to adjust the following values to your logo size:
@media (min-width: 992px) {
.navbar-large-offset {
margin-top: 120px;
}
}
@media (min-width: 992px) {
.navbar-large .site-logo {
padding-top: 10px;
max-height: 85px;
max-width: auto;
vertical-align: bottom;
}
}
@media (min-width: 992px) {
.navbar-large .nav > li > a {
max-height: 40px;
padding-top: 70px;
}
}
@media (min-width: 992px) {
.navbar-large .navbar-search {
margin-top: 65px;
}
}
@media (min-width: 992px) {
.navbar-large .sidebar-navbar {
margin: 70px 0 30px 35px;
}
}