Home Forums Pro Themes Personify Pro Featured Image issues

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #76506
    rick kennerly
    Participant

    I need a way to control the size of the Featured Image in Personify Pro. Even reducing the size of the image outside of WP and reimporting results images that are too big.

    Am I missing something?

    #76567
    wensolutions
    Keymaster

    Hello @rhkennerly,

    The theme it self does not have the option to control the image size.

    However, we can help you with the custom CSS so please explain properly the section that you want to reduce the size for so that we can help you.

    Also, do not forget to post your site URL so that we can provide the precise fix.

    Thank you.

    Regards!!

    #76743
    rick kennerly
    Participant

    Okay, here’s an example:
    https://bourbonandporchlight.com/bourbon-porchlight/media-bias-chart/

    In “posts” the “featured image” is enormous. Even when I add a second image that is 1/2 as large in px, it blows it up into a lowRes image of the same dimensions.

    Does that help?

    Rick

    #76778
    wensolutions
    Keymaster

    Hello @rhkennerly,

    To decrease the size of the image in the single post page add below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste the CSS.

    .single-post .featured-image img { 
        max-width: 70%; 
    }

    Hope this helps.

    Regards!!

    #76846
    rick kennerly
    Participant

    worked great. close the ticket. tnx.

    #76861
    wensolutions
    Keymaster

    Glad to know that your issues has been resolved 🙂

    If you have any queries/issues further, please feel free to write your queries here.

    Have a great Weekend ahead !!

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