[Resolved] Logo/menu orientation on different browsers

Home Forums Support [Resolved] Logo/menu orientation on different browsers

Home Forums Support Logo/menu orientation on different browsers

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #484652
    Antal

    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

    #484779
    Leo
    Staff
    Customer Support

    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?

    #484796
    Antal

    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.

    #485036
    Tom
    Lead Developer
    Lead Developer

    That’s strange, give this CSS a try:

    .site-logo.sticky-logo.navigation-logo {
        float: none;
        clear: none;
    }
    
    #primary-menu {
        float: left;
    }
    #485731
    Antal

    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!

    #485732
    Antal

    resolved

    #486103
    Tom
    Lead Developer
    Lead Developer

    No problem!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.