Archived topic
How do you customize the appearance of the search results page?
3 replies · Started by Margot on November 6, 2017
I'm looking to change the width of the page for the search results page as easily as possible. The css selectors all seem to be linked to the main page appearance. I'm looking to make the page a boxed width of about 1000px wide for example. Right now my search results are full width and I want to change that.
Hi there,
Try this CSS:
.search-results .site.grid-container {
max-width: 1000px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
That was exactly what I was looking for. Thank you!!
No problem :)