[Resolved] Search formatting

Home Forums Support [Resolved] Search formatting

Home Forums Support Search formatting

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1867226
    Scott

    Hi team

    Facing some issues with formatting with the search function in navigation.
    Would appreciate you taking a look.

    #1867353
    Elvin
    Staff
    Customer Support

    Hi Scott,

    We should be able to do something about it w/ custom CSS.

    Any particular layout you want to achieve? Let us know. ๐Ÿ˜€

    #1868647
    Scott

    Hi Elvin

    I’m happy with the way it creates a white search box over the navigation menu.
    So ideally we keep this but without the page shift.

    Any idea why this is happening? I didn’t think I was doing anything unusual there.

    #1868907
    David
    Staff
    Customer Support

    Hi there,

    whats the exact issue you’re having with the search ? You say the page is shifting – is then when you open the search?

    #1870670
    Scott

    Hi David
    Yes, the whole page shifts to the left when I click the search icon. Are you not seeing this?

    #1871023
    Elvin
    Staff
    Customer Support

    You have this CSS on the Additional CSS setting that messes up the placing of the search form.

    @media (min-width: 769px){
    .navigation-search.nav-search-active {
        left: 50%;
    }
    }

    Any particular reason why this is added?

    #1875286
    Scott

    Thanks Elvin, have removed this CSS which has fixed the problem.

    #1875344
    Elvin
    Staff
    Customer Support

    No problem. Glad to be of any help. ๐Ÿ˜€

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