Reply To: uniform size for header photos for categories

Home Forums Support uniform size for header photos for categories Reply To: uniform size for header photos for categories

Home Forums Support uniform size for header photos for categories Reply To: uniform size for header photos for categories

#182776
Tom
Lead Developer
Lead Developer

Hi there,

1. Your best bet here is to make the images the same size when you’re editing them. You can also use WordPress to edit them: https://en.support.wordpress.com/images/image-editing/

2. This should work:

.sidebar .widget-title {
    text-align: center;
}

3. This should work:

.category .page-header {
    text-align: center;
}

You can add the code from 2 and 3 using these instructions: https://generatepress.com/knowledgebase/adding-css/