[Resolved] Problem in chrome: logo/menu alignement

Home Forums Support [Resolved] Problem in chrome: logo/menu alignement

Home Forums Support Problem in chrome: logo/menu alignement

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1150140
    Carlo

    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!

    #1150617
    Leo
    Staff
    Customer Support

    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 πŸ™‚

    #1150629
    Carlo

    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

    #1150913
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try adding this CSS:

    @media (min-width: 769px) {
        .site-logo {
            float: left;
        }
    }

    Let me know πŸ™‚

    #1151068
    Carlo

    It works1

    Grazie

    #1151492
    Tom
    Lead Developer
    Lead Developer

    Glad I could help πŸ™‚

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