[Resolved] Search text overlaps Menu on mobile

Home Forums Support [Resolved] Search text overlaps Menu on mobile

Home Forums Support Search text overlaps Menu on mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1491669
    Deirdre

    Hi, anytime I attempt to use the search function on mobile all the writing I type in appears on the left behind my menu header and is difficult to see (and ugly).

    https://www.thefieryvegetarian.com/peri-peri-sauce-recipe/

    (for example)

    #1491866
    David
    Staff
    Customer Support

    Hi there,

    How about moving the search field below the header ? Try this CSS:

    @media(max-width: 768px) {
        .navigation-search.nav-search-active {
            top: 100%;
        }
    }
    #1491905
    Deirdre

    That works great on posts but now pages have a strange “skip to content” and ugly grey menu button under it *e.g. this page on mobile https://www.thefieryvegetarian.com

    #1491930
    David
    Staff
    Customer Support

    I am not seeing that issue – can you try clearing plugin / browser caches.

    #1491962
    Deirdre

    Ah yes, apologies, that does fix it, I’m not sure why but even with the caches cleared it was doing something strange unless I used incognito mode, thank you!

    #1492173
    David
    Staff
    Customer Support

    Glad to hear that

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