Remove margin on search index page

Hi there.

On search results page a left and right margin appears unintendedly. Probably my own css, but can’t seem to identify it. Can you help, please?

Thanks

Hi There,

It’s because of this custom CSS, please find and remove it or reduce the values:

.search .entry-wrap {
    padding-top: 20px;
    padding-right: 7.5% !important;
    padding-left: 14.5% !important;
}

Regards!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.