Archived topic
Increasing logo size on mobile?
3 replies · Started by ch1800 on October 20, 2020
How can I increase the logo size for mobile view only please?
(with Catalyst)
Hi there,
the mobile header logo matches the Mobile > Menu Item height set in Customizer > Layout > Primary Navigation. If you want to set it to a different size to the menu items then try this CSS:
.mobile-header-navigation .site-logo.mobile-header-logo img {
height: 80px;
}
Great, many thanks!
I missed this setting as I removed the Mobile Header and menu because it is for single page layout and didn't pay attention to that setting.
You're welcome