uniform size for header photos for categories

Home Forums Support uniform size for header photos for categories

Home Forums Support uniform size for header photos for categories

  • This topic has 1 reply, 2 voices, and was last updated 8 years ago by Tom.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #182704
    Mary

    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!!

    #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/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.