Hello.
I noticed one bug on the search results page. When I search something that doesn’t exist the text “No posts to display” is displayed incorrectly – https://imgur.com/F0GW2Wy
On mobile devices it looks much worse. For example a screenshot from my iPhone 8 plus – https://imgur.com/a/UaPsrAG
If any posts are found, they are displayed correctly – https://imgur.com/a/3ft32TC
In TagDiv Composer the text “No posts to display” displayed correctly – https://imgur.com/a/HIGOX1E
How can I fix this?
Hi,
The same seems to be happening for me https://prnt.sc/w2ezlx I believe this is an issue. I will add it on the list for investigation.
For the time being please edit the search template with the composer https://prnt.sc/w2ezyf
Then click on the post loop element and in the CSS tab set a margin left of 24px
https://prnt.sc/w2f0rr
Then it should display correctly https://prnt.sc/w2f16b https://prnt.sc/w2f1fl
Please try it and let me know.
Thank you!
I’ve tried this before. But it didn’t turn out very well.
The phrase “No posts to display” is displayed correctly, but if any articles were found during search, they are shifted to the right.
Hi,
For me is displaying normal -> https://i.imgur.com/jnWwjRK.png
Please provide a link to your website and I will help you!
Thank you!
Hi,
I made some more tests and for me is displaying correctly -> https://i.imgur.com/aUMogrK.png -> https://i.imgur.com/sORWttr.png
For that text you can try a css like this one ->
.no-results{
margin-left: 24px;
margin-right: 24px;
}
The code need to be set in theme panel> custom code> custom css.
Hope it will help you!