• Hi all!
    I’ve had my site up since 2011, and I have no problem at all with it except for the MOBILE view my theme’s masthead which displays on each page and post that a visitor moves to. The horizontal gray search box appears below the image within the menu box on the desktop, laptop and tablet views, however, on a mobile phone, the gray search box displays right across the masthead image … across my family’s faces. I’ve tried locating it as the widget (either available or inactive) but it appears to be embedded in the masthead itself since I can’t locate it to revise its location.
    Can anyone help me with this?
    Thank you soooo much!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you are just trying to hide the search box on mobile devices, you can add this to Appearance > Customize > Additional CSS:

    @media (max-width: 650px){
        .only-search.with-image {
            display: none;
        }
    }

    Be sure to click Publish after you add that.

    Thread Starter franpitre2019

    (@franpitre2019)

    @scottdeluzio, thank you thank you thank you!! You did it! I really appreciate your help!
    ~ fran

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Search box’s location on mobile devices appearing across masthead image’ is closed to new replies.