Site logo

Archived topic

Strange formatting issue on search results page

3 replies · Started by Jason on March 4, 2023

Viewing posts 1–4 of 4

Hello!

I have created a block template for my category/archive pages but also set it for my search results page. But for some strange reason, the formatting is different and the category "button"'s styling isn't the same.

Here is how it should look: https://fullcleared.com/news/

But this is how it looks on the search results page: https://fullcleared.com/?s=news

Many thanks in advance on any help you guys can provide!

Hi there,

in Customizer > Additional CSS you have this CSS rule:

body.blog .post-term-item,
body.search-results .post-term-item {
    padding: 10px 20px;
}

Which is changing the term button padding i the blog and search results.
Delete that CSS rule.

Thank you!

You're welcome

This archived topic is closed to new replies.