Reply 345136 to: Problem with blog display – I don’t have anything else to type :)

Avatar: Tony Rodriguez
Tony Rodriguez
Support staff
January 26, 2023 at 13:00

Hello, @Peter,

We are pleased to inform you that it is possible to adjust the size of the images in the Recent Posts widget with the help of custom CSS code. Please copy and paste the following CSS code to XStore >> Theme Settings >> Theme Custom CSS >> Global CSS and then clear your browser cache.

.sidebar-widget .recent-posts-widget img {
    max-width: 7.5em !important;
    width: 150px !important;
    height: 75px !important;
}

The result will appear as shown in the attached image https://ibb.co/PhbJjJf . Please note that you can change/set the values in the given code as per your needs.

We hope this information is helpful.

Best Regards,
8Theme’s Team

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.