searchbar does not appear on mobile devices

this is how it looks on the computer

and the search icon does not appear in the mobile view:

Hello @emilmaster11

I would like to give you a solution to support you.

Mobile search function has been included in the menu. Please open the menu, the search function is at the bottom of the menu

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

Hi @emilmaster11 ,

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.scss->paste below code at the bottom of the file:

@media screen and (max-width: 767px) {
    .Header__SecondaryNav .HorizontalList {
        display: block !important;
    }
    .Header__SecondaryNav li:nth-child(1),
    .Header__SecondaryNav li:nth-child(3) {
        display: none !important;
    }
    .Header__Wrapper .Header__FlexItem:last-child {
        display: flex;
        gap: 10px;
    }
}

I hope it would help you
Best regards,

Richard | PageFly

1 Like