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

İf you don’t understand , You can look picture that I send

hey there

thank you for reporting
Please add this CSS in appearance - customize - additional CSS

.newspaper-x-blog-sidebar .widget_search {
display: inline-block;
}

Thanks!
Colorlib Support Team

I tried but It didn’t work

Hello Hakan,

Please provide link to your page, but first try this version of code:

.newspaper-x-blog-sidebar .widget_search {
display: inline-block !important;
}