[Resolved] Primary Menu being pushed down at res below 1300px

Home Forums Support [Resolved] Primary Menu being pushed down at res below 1300px

Home Forums Support Primary Menu being pushed down at res below 1300px

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #342288
    ninjajay

    I’m sure that I’m missing something simple, I’m having trouble with the GP header and primary navigation. As you can see in the video the menu looks like it is creating extra top padding/margin when the resolution below 1300px. When I’ve inspected the various elements though it isn’t paddings and margins that is doing this so it might be something to do with how the floats are being cleared.

    I’ve posted a video here https://youtu.be/AVtoCzK5qeA

    #342304
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site? Thanks!

    #342313
    ninjajay
    #342330
    Tom
    Lead Developer
    Lead Developer

    Try adding this CSS:

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

    Thanks Tom works now!

    #342419
    Tom
    Lead Developer
    Lead Developer

    No problem 🙂

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