Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #155398
    Quintin Ellison
    Participant

    Hello, I’ve used a vertical photo as a featured image on blog; I thought I’d finally figured out sizing from the theme directions, but now the photo isn’t centered and/or isn’t big enough. I still might not have the sizing correct:

    Featured Image: Excerpt Featured Image
    Width: 860px
    Height: 484px

    Is there a width/height for vertical that would correct the problem? Or a way to center the image over the post?

    http://quintinellisonphotography.com

    #155420
    sapana
    Participant

    @quintin-ellison:For Vertical Image also Featured Image Width(860px) and Height(484px) is same.I suggest you to put the correct size for it or to center the image You can add the following CSS code.
    Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code

    #post-412, .featured-image { 
           text-align:center;
    }

    let me know if this helps you out!
    Kind Regards,
    Sapana

    #155440
    Quintin Ellison
    Participant

    Thank you! That worked beautifully. For centering future vertical images — where can I find the post number to paste into same code?

    #155562
    sapana
    Participant

    @quintin-ellison: I suggest you to install the Catch Id Plugin to find the Post Id which makes it much easier.
    Kind Regards,
    Sapana

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘centering/sizing vertical photo’ is closed to new replies.