Site logo

[Resolved] 3 things I need to do it with GP theme

Home Forums Support [Resolved] 3 things I need to do it with GP theme

Home Forums Support 3 things I need to do it with GP theme

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #332250
    Leo
    Staff
    Customer Support

    a)

    .main-navigation .navigation-logo {
        float: right;
    }

    b) Replace this CSS you’ve added:

    .site-header {
        display: none;
    }

    with:

    @media (min-width: 769px) {
        .site-header {
            display: none;
        }
    }

    Then upload the logo again in Customizer > Site Identity.

    #332286
    Tamer

    Thanks Leo. I’ll try and if there is new things I’ll open a new topic.

    #332438
    Leo
    Staff
    Customer Support

    No problem!

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.