Site logo

[Resolved] Search formatting

Home Forums Support [Resolved] Search formatting

Home Forums Support Search formatting

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2420592
    Scott

    Hi team

    Facing a formatting issue with the search in the header where the white search box looks a bit broken.

    I’ve recently added the following code which I presume is causing the problem:


    @media
    (min-width: 801px) {
    #site-navigation .inside-navigation {
    padding-top: 25px;
    }
    }

    The purpose of this CSS is to push the navigation down so it’s in line with the site logo.

    Would appreciate you taking a look.

    #2420599
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS instead:

    @media (min-width: 801px) {
        .nav-float-right #site-navigation {
            margin-top: 25px;
        }
    }
    #2420664
    Scott

    Thanks!

    #2420739
    Leo
    Staff
    Customer Support

    No problem 🙂

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