Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #129858
    tommyho
    Participant

    Hello,

    Is there a wau to change the size of blog post featured image size inside the article? It is just so huge…

    Thank you
    thom

    #129893
    Skandha
    Participant

    @tommyho: Yes, you can change the size of a featured image inside an article. Please post in your site URL.

    Regards,
    Skandha

    #129895
    tikaram
    Keymaster

    @tommyho : Go to Appearance => Customize => Additional css and add the following css

    .singular-header-image img {
    	width: 50%;
    }
    .post-thumbnail {
    	text-align: center;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    #129933
    tommyho
    Participant

    Thank you very much! worked.

    #130020
    tikaram
    Keymaster

    @tommyho :Glad to know that the issue has been resolved. Have a Good day.

    Regards,
    Tikaram

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change Blog article post featured image size.’ is closed to new replies.