Site logo

Archived topic

Logo/menu orientation on different browsers

6 replies · Started by Antal on January 31, 2018

Viewing posts 1–7 of 7

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!

This archived topic is closed to new replies.