• Resolved nee

    (@nee)


    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

    (@hinjiriyo)

    No, that behaviour is intended.

    Lisa Cerezo

    (@lisathirdsideco)

    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.
Viewing 2 replies - 1 through 2 (of 2 total)

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