Site logo

Archived topic

Width of Blog page

6 replies · Started by Bart on July 30, 2021

Viewing posts 1–7 of 7

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?

https://miracle-moments.co.uk/blog/

Looks good but now featuerd photos are too small and the title is wider than a photo. How to fix that ?

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;
}
This archived topic is closed to new replies.