Archived topic
home page width
3 replies · Started by Mike on November 12, 2018
I use the latest post function for the home page of my site with a sidebar.
Is it possible to set the page width for that page (and my category archive pages) to be 1100 px and display the sidebar — while having a different width for the rest of the site. (I can easily control the sidebars, but not the different widths?)
Thanks
Mike Mahaffey
Hi there,
Try this CSS:
body.blog .site.grid-container, body.archive .site.grid-container {
max-width: 1100px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Thanks Leo
Mike Mahaffey
Glad I could help :)