Archived topic
Header appears differently in Chrome and Firefox
3 replies · Started by Martin on January 1, 2020
Viewing posts 1–4 of 4
In Firefox my "main" menu is positioned as I want it. i.e. in the horizontal middle of the logo. However, in Chrome the menu is shifted down and positioned below the bottom of the logo (although it is still correctly right justified). Could you help me understand why this is happening and how I can fix Chrome to act like Firefox?
Hi there,
Can you try adding this CSS?:
@media (min-width: 769px) {
.site-logo {
float: left;
}
}
Let me know :)
Yep - that works - thanks!
You're welcome :)
This archived topic is closed to new replies.