Archived topic
Logo/menu orientation on different browsers
6 replies · Started by Antal on January 31, 2018
Hi,
Strange thing happens to my menu.
On different browsers, the orientation of the menu is either horizontal or vertical. What did I do to make this happen? (lol) And can I get this the same somehow?
https://www.dropbox.com/s/28kjnm6boodpx05/Schermafdruk%202018-01-31%2009.58.37.png?dl=0
Hi there,
Just checked your site on Chrome, Firefox and IE and all of them display correctly for me.
Which one are you having issue with?
The one causing this, is safari. I tested on macOS.
Also on iPad Pro, same thing.
I kinda like it vertical, looks nice :)
But I think it is better if all look the same.
That's strange, give this CSS a try:
.site-logo.sticky-logo.navigation-logo {
float: none;
clear: none;
}
#primary-menu {
float: left;
}
Thanks Tom, this works.
It has a side-effect that the logo also is aligned left on the sticky menu. But I can live with that.
Thanks again!
resolved
No problem!