Title: Make the widget responsive
Last modified: July 18, 2017

---

# Make the widget responsive

 *  Resolved [nee](https://wordpress.org/support/users/nee/)
 * (@nee)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/make-the-widget-responsive/)
 * Hi,
 * Using this plugin with a Pagebuilder, I am able to do a section on my homepage
   that showcases latest post with excerpts. It looks really good, just like what
   I have always wanted for my homepage without hard coding.
 * Only thing is, it’s not responsive when I put it in mobile and tablet view. Part
   of the title will be at the right side of thumbnail and the rest at below it.
 * Is there any way I can make it responsive to mobile and tablet view?
    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Contributor [Martin Stehle](https://wordpress.org/support/users/hinjiriyo/)
 * (@hinjiriyo)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/make-the-widget-responsive/#post-9328839)
 * No, that behaviour is intended.
 *  [Lisa Cerezo](https://wordpress.org/support/users/lisathirdsideco/)
 * (@lisathirdsideco)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/make-the-widget-responsive/#post-9518410)
 * Actually, if you’re wanting a full-width image without text at the right, you
   can modify that with CSS in the appropriate media query.
 *     ```
       .recent-posts-widget-with-thumbnails li a img {
           	width: 100%!important;
           	height: auto!important;
       	float: none;
       }
       ```
   
    -  This reply was modified 8 years, 8 months ago by [Lisa Cerezo](https://wordpress.org/support/users/lisathirdsideco/).

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Make the widget responsive’ is closed to new replies.

 * ![](https://ps.w.org/recent-posts-widget-with-thumbnails/assets/icon-256x256.
   png?rev=2478511)
 * [Recent Posts Widget With Thumbnails](https://wordpress.org/plugins/recent-posts-widget-with-thumbnails/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/recent-posts-widget-with-thumbnails/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/recent-posts-widget-with-thumbnails/)
 * [Active Topics](https://wordpress.org/support/plugin/recent-posts-widget-with-thumbnails/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/recent-posts-widget-with-thumbnails/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/recent-posts-widget-with-thumbnails/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Lisa Cerezo](https://wordpress.org/support/users/lisathirdsideco/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/make-the-widget-responsive/#post-9518410)
 * Status: resolved