Archived topic
size Menu Plus Logo independant of navbar height
3 replies · Started by Ward Blanken on May 3, 2016
Dear Tom,
Is it possible to increase the size of Menu Plus Logo to 160 px without increasing the Primary Menu Items height to 160 px? The end result has to look like if the Primary Menu Items height is 160 px, thus with the menu items centered on the logo. However by increasing the Primary Menu Items height the sticky slide out menu for mobile phones has to much spacing between the menu items.
I have tried a view things but in the end I could not get the menu items centered without increasing the Primary Menu Items height.
Hi there,
You can use CSS for this:
.main-navigation .sticky-logo,
.main-navigation .sticky-logo img {
height: 40px;
}
Hello Tom,
tried
.main-navigation .sticky-logo,
.main-navigation .sticky-logo img {
height: 240px;
}
But does not change anything, not sure if I am doing it right.
Would also like the logo larger and not bound by the menu hight
Can you link me to the page with that CSS added?