Archived topic
Width of Blog page
6 replies · Started by Bart on July 30, 2021
Hi
I was wondering if I can have a custom width of blog page? Normally content on my page is on 1200px width and I want to stay things like it is apart of my blog page which I think could be wider and featured photos on bloga page would be bigger. Any way to do it?
Hi Bart,
Try this CSS:
.blog .site.grid-container, .archive .site.grid-container {
max-width: 1400px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Looks good but now featuerd photos are too small and the title is wider than a photo. How to fix that ?
Are you using the width setting in the customizer?
https://docs.generatepress.com/article/adjusting-the-featured-images/
If not then you will need to upload a wider photo.
Fabulous. It was set to medium, just change sizes and it works. Thanks
what about making titles in the centre instead of starting from the right?
Try this CSS:
.blog h2.entry-title, .archive h2.entry-title {
text-align: center;
}