Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Contributor Martin Stehle

    (@hinjiriyo)

    Please read the Other Notes about available CSS selectors.

    Thread Starter aygeehome

    (@aygeehome)

    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?

    Plugin Contributor Martin Stehle

    (@hinjiriyo)

    If you tell me the address of your site I would taylor a code for you.

    Thread Starter aygeehome

    (@aygeehome)

    Thanks Martin

    The website is http://www.birdphotographer.co.uk

    The widget is in the footer.

    Alan

    Plugin Contributor Martin Stehle

    (@hinjiriyo)

    Thank you. The CSS code for that theme is

    #footer-widgets #recent-posts-widget-with-thumbnails-2 li {
    	padding-left: 0;
    }
    Thread Starter aygeehome

    (@aygeehome)

    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.

    Plugin Contributor Martin Stehle

    (@hinjiriyo)

    The revised code to hide the bullet is

    #footer-widgets #recent-posts-widget-with-thumbnails-2 li {
        padding-left: 0;
        position: static;
    }
    Thread Starter aygeehome

    (@aygeehome)

    Thanks Martin – all working fine. Thanks also for a neat widget.

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

The topic ‘remove indent’ is closed to new replies.