Hello,
The category page background image in Mobile is displayed as the attached file.
Thanks to help us to solve it.
Regards,
Hello,
Pleas use this guide to fix the strange looking thumbs. https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Thank you!
Dear Bogdan,
But for our case, this is not a Thumbnails of a block
In our case, the picture of the category page is displayed correctly, however, in the mobile view we get a black space at the bottom of the page.
Note: we tried the proposed fix but no change occurred.
Regards
Hi,
Checkk this article in Mobile view
http://blustart.wpengine.com/the-hand-rail-is-going-a-little-faster-than-the-moving-sidewalk/
Regards,
Hello,
Well that is not a category view as you mentioned above. It is a single post.
The issue is with the image you are uploading. The image thumbnail is 1068 pixels and your image is only 1000 px wide. And the height is too narrow as well. You need to upload images that are bigger than 1068 px width for single template 3 otherwise this type of situation can occur.
Here is a css fix for the issue with your current image:
@media (max-width: 767px){
.td-post-template-3 .td-post-header-holder {
min-height: 155px!important;
}}
Thank you!