Change Search Page

Hi,

I´ve seen other threads about this, but I don´t find solution for my problem.

In my search page: https://mensandbeauty.com/?s=cosmetica

There are weirds spaces. what is the problem?

Also, the pagination is in a weird position.

The code i am using is:

/*
// Busqueda.
*/

.search-results article {
width: 50%;
padding: 0 1em 2em !important;
float: left;
}
.search-results h2.entry-title {
font-size: 24px;
}
.search-results .x-sidebar.right {
    display: none;
}
.search-results .x-main.left {
    width: 100%;
}
.search-results .p-meta {
    display: none;
}

Hello @ignaciosantiago,

Thanks for asking. :slight_smile:

Please add following CSS under Pro > Theme Options > CSS:

.search-results article {
    margin-top: 1em !important;
}

.x-pagination {
    clear: both;
}

Thanks.

Thanks, that helped!!!

One more thing… the search page. In this page:

https://frenchiemania.com/?s=vomitar

where I am using PRO. the header is not the global header.

Hi There,

There is no option to set custom header to the search page right now. It will be coming in future.
But you can do it with the help of this article.

Hope this helps!

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