[Resolved] Align Logo with main and secondary navigation

Home Forums Support [Resolved] Align Logo with main and secondary navigation

Home Forums Support Align Logo with main and secondary navigation

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2359567
    tolis

    hello , i want to align site logo with main and secondary menu centered, look the screenshot for reference. Thanks.

    #2359987
    Ying
    Staff
    Customer Support

    Try this CSS:

    @media (min-width: 1012px) {
        .site-logo {
            margin-top: -40px;
        }
    }
    #2360638
    tolis

    it worked thank you ๐Ÿ˜‰

    #2360793
    Ying
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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