Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi, I’m using version 1.2.9 and I found some error with the search result page.
Please refer to screenshot:https://www.raymond-toh.com/wp-content/uploads/2015/04/Search.png
or https://www.raymond-toh.com/?s=aaaa
the header is not display correctly.
Hello,
This is strange. It does not happen on our site, please add these lines into your custom css box:
.search-no-results .page_header_yes .top_wrapper {
padding-top: 190px;
}
.search-no-results .header_page.centered.without_shadow.no_parallax.with_subtitle {
height: 110px !important;
}
Let us know.
Best regards!
Hello,
You have many third party plugins and one of them is messing with theme css. The css code above should have been added into theme’s custom css box, located in General Options. I added this code, into your custom css box:
.search-no-results .header_page.centered.without_shadow.no_parallax.with_subtitle {
height: 110px !important;
padding-top: 155px !important;
}
Best regards!
You must be logged in to reply to this topic.