Please read the Other Notes about available CSS selectors.
Thanks for the quick reply Martin.
I’m not very good with code – I tried but can’t seem to get anything to work.
Would you be able to help?
If you tell me the address of your site I would taylor a code for you.
Thanks Martin
The website is http://www.birdphotographer.co.uk
The widget is in the footer.
Alan
Thank you. The CSS code for that theme is
#footer-widgets #recent-posts-widget-with-thumbnails-2 li {
padding-left: 0;
}
Thank you so much for that CSS Martin. That has worked.
But it’s also introduced another issue. I can see a bullet dot over the thumbnail image now where there must be a rogue text element.
Would you know how I remove that? Or perhaps a way to position the thumbnail in front of it?
Thanks again.
The revised code to hide the bullet is
#footer-widgets #recent-posts-widget-with-thumbnails-2 li {
padding-left: 0;
position: static;
}
Thanks Martin – all working fine. Thanks also for a neat widget.