Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #344125
    Websitedesigner2026
    Participant

    Hello,

    I recently started making a blog using the Fotografie Blocks theme, however I noticed today when previewing the site on  a mobile device, that the search box in the header menu doesn’t display properly on smaller devices. Instead of displaying over the top of the menu like it should, the menu text is still visible underneath it, creating a confusing mess.

    Is it possible to fix this somehow?

    See the link below for a screenshot:

    https://i.postimg.cc/zvxvnRJM/Screenshot-2026-08-05-at-15-07-44.png

    #344127
    minal
    Keymaster

    Hello @websitedesigner2026:

    Try the CSS snippet below

    
    header nav {
      z-index: 0;
    }
    

    To add CSS goto Dashboard > Appearance > Editor > Templates > Front Page.

    Alternatively, you can open your homepage while logged in, click Edit Site from the WordPress admin bar, and then follow the steps shown in the screenshot below.

    additonal-css

    Hope it works for you!

    Sincerely,

    Minal

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