Search results thumbnails different size
This is down to difference in the classes output by different types of content in your theme’s search page. The CSS of your theme restricts the width of Posts to 50% of the screen with this rule .blog-area .type-post.size-2×1 { width: 50%; } But for your project content, there is no ‘type-post’ or ‘size-2×1’ classes … Read more