Search result are hidden in mobile version

This topic contains 4 replies, has 3 voices, and was last updated by  Naveen Giri 4 years, 10 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #492552

    nathalie
    Expired Member
    Post count: 110

    Hi! Could you, please, help to fix the following issue in mobile version: when I search something using mobile version the search result remains hidden behind the top post and I am not able to click on it.
    Please, see the attached file.
    Link: https://krdmama.ru/

    #492584

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    sorry about that, it is definitely a z-index problem, but I can’t seem to find the value that would fix that. A developer has been alerted and he’ll let you know asap.

    Thanks

    #492768

    Naveen Giri
    Moderator
    Post count: 1559

    Hi @nathalie,

    can you try this in theme customiser setting.

    
    @media (max-width: 992px) {
    	.site-header{
    		overflow: unset; !important
    	}
    	.site-header .container {
    		overflow: unset; !important
    	}
    }
    
    #492814

    nathalie
    Expired Member
    Post count: 110

    We corrected a little bit
    @media (max-width: 992px) {
    .site-header{
    overflow: unset!important
    }
    .site-header .container {
    overflow: unset!important
    }
    }

    Now it works. Thank you

    #492829

    Naveen Giri
    Moderator
    Post count: 1559

    Awesome ..!

Viewing 5 posts - 1 through 5 (of 5 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket