• Resolved paul83nl

    (@paul83nl)


    Hi,

    I would like to change the size of the thumbnail visible at the recent post widget in de sidebar widget area. I tried to fix this with media settings and regenerating the images and with CSS. Maybe someone can assist me, because so far the new settings don’t give me the result I like.

    Thanks!

    Paul

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you’re talking about the thumbnail in the ‘Nu in de bioscoop’ section you can try this CSS in Appearance->Customize->Additional CSS

    #rpwwt-recent-posts-widget-with-thumbnails-2 img {
    	width: 200px !important;
    	height: auto !important;
    	max-width: 100% !important;
    }

    You may or may not need to keep the !important text in there, try it first without it. The Us thumbnail looks good but you’ll need to regenerate the other 2 images again.

    Theme Author ThemeZee

    (@themezee)

    Hi Paul,

    Thanks so much for using Donovan.

    If the CSS code above does not work I suggest to contact the developers of the widget plugin you are using, because it is actually not part of the Donovan theme. The plugin authors know best if there are any filters or options which allows you to change image sizes.

    Best,
    Thomas

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Recent post thumbnail’ is closed to new replies.