Archived topic
How to increase the size of my logo when using the navigation as header?
1 reply · Started by Heath on January 12, 2022
I am currently using my navigation as the header and the logo is really small. Is there a way to increase the size of the logo? Also if the logo size increases will that change get the size of the search and menu icons?
Hi Heath,
When the navigation as header option is activated, the logo size is controlled by theMenu Item Height at customizer > layout > primary navigation.
Also if the logo size increases will that change get the size of the search and menu icons?
No, the search and menu goggle icons will stay at the same size.
If you want to increase their size, try this CSS:
.menu-bar-items svg, .menu-toggle svg {
width: 2em;
height: auto;
}