Archived topic
uniform size for header photos for categories
1 reply · Started by Mary on March 29, 2016
hi Tom,
i sent you a number of questions re: making the header photos for categories the same--and SUCCESS!! i finally figured it out. it wasn't as complicated as i thought it would be~~ just wasn't understanding the interface.
anyway, now that i've done that, i was wondering if:
1) is there was a way for me to make ALL of those photos a uniform size across categories?--(i used GP Hooks)
2) is there a way that i can center the titles for the sidebar widgets?
3) i also wanted to center the category titles.
***i imagine there's some coding involved for 2-3, but i wasn't sure where to put that coding...
thanks for your help!!
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/
