BMWracing
Chevereto Member
It's great that we can now set our own logo through the admin panel. The only feature I am missing is to change the size. Right now I have to modify the css file:
Not sure which to edit, so I always edit both.. and it works. But have to keep fixing each time an update is released. Cloning the theme will cost be more time to merge changes each time.
Would be great if this can be added to the panel. Thanks!
}
.top-bar-logo, .top-bar-logo img {
height: 65px;
}
@media (min-width: 992px) {
.top-bar-logo {
margin-top: -10px;
}
.top-bar-logo, .top-bar-logo img {
height: 65px;
Not sure which to edit, so I always edit both.. and it works. But have to keep fixing each time an update is released. Cloning the theme will cost be more time to merge changes each time.
Would be great if this can be added to the panel. Thanks!