Home Forums Pro Themes Photo Perfect Pro changing image size of recent posts widget

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #39941
    mineo
    Participant

    I d like to change image size in recent posts widget. Is it possible?

    #40034
    wensolutions
    Keymaster

    Hello @mineo,

    In order to change the size of the image in the recent post section use given CSS.

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

    .recent-posts-widget-wrap img {
        height: 165px;
        min-width: 200px;
    }

    You can change the image height and min-width according to your need.

    Hope this helps.

    Best Regards!!

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