logo/header size not working after update theme
-
Hi there,
I need my logo to be bigger. I don’t know why it suddenly is not working anymore.
Below is code that has worked to enlarge my logo and header area until recent update.Site here
Thanks for any assistance./* Increases header area to make room for larger logo*/
#main-nav {
min-height: 100px;
}/* Increases logo size*/
a.navbar-brand {
height: 100px;
padding: 0 15px;
width: auto;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘logo/header size not working after update theme’ is closed to new replies.