Archived topic
Mobile width logo issue
1 reply · Started by sreekanth on July 22, 2020
Viewing posts 1–2 of 2
Hey, Team.
I am facing a problem with the logo and menu on the mobile version of the site. Whatever the size I upload, it the menu gets to the new line, rather than that I need logo and menu in the same line (in-line; logo to the left and menu to the right)
Hi there,
a Navigations logo size is defined by the Menu Item height.
If you want to change its height without effecting menu item height then use this CSS:
@media (max-width: 420px) {
.navigation-branding img {
height: 48px;
}
}
This archived topic is closed to new replies.