Pages are not clicked when searching

Hi thanks for great theme

I wanted to contact withy you here Because I saw something wrong in search. I realized that this problem was in newspaper X theme demo too. For example on Mobile of this link (https://colorlib.com/newspaper-x/ ) when I search something , Posts are not clicked and in this case Page that I’m trying to click , are not displayed . This happens on its demo too. that’s why when someone search something on my website ( on mobile ) , search posts are not displayed. But if we uptade it , maybe it might be solved.

Thanks & Regards,
mobdro

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS

@media (max-width: 767px){
.newspaper-x-blog-sidebar .widget_search {
display: inline;
}
}

Thanks!
Colorlib Support Team