Archived topic
Problem in chrome: logo/menu alignement
5 replies · Started by Carlo on January 31, 2020
Ciao, I have a problem with the alignment of the logo and menu in chrome.
In safari, firefox and IE there are no problems.
I looked for an answer in the forum (cache cleaning, disabled plugins ...) but I can't solve it.
Can you help me?
Thank you!
Hi there,
Not sure if I fully understand.
What are you trying to achieve? Just logo on the left and menu on the right?
Let me know :)
Thank you for answering.
Logo and menu should be aligned, at the same distance from the top of the page, with firefox and safari is all ok.
When I view the site with Chrome logo and menu they are at two different heights
Hi there,
Try adding this CSS:
@media (min-width: 769px) {
.site-logo {
float: left;
}
}
Let me know :)
It works1
Grazie
Glad I could help :)