• Resolved Baxie

    (@baxie)


    I know, that I am probably using this plugin in a way, that it isn’t intended, but it works perfectly for my needs.

    I am running the widget as a subpage, where I want my blogposts to show up, but I still need to be able to control styling and the likes.

    I’ve writte the CSS as I want it, but there is one little thing, that I cannot figure out, how to solve.

    There is a picture here.

    What I need done is to increase the spacing between the image and the title/date and content.

    Adding paddings to either the text or the image is a no go, as padding the image would break the border, and padding the texts is near impossible to control, as the title is in a different container.

    So…. Question is, how I would go about fixing this tiny issue?

    I love the plugin. It’s absolutely wonderful ??

    https://www.ads-software.com/plugins/recent-posts-widget-with-thumbnails/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Martin Stehle

    (@hinjiriyo)

    Thank you for your feedback ?? You can increase the space by increasing the margin of the image.

    Thread Starter Baxie

    (@baxie)

    Wouldn’t this “break” the alignment on a mobile device?

    Thread Starter Baxie

    (@baxie)

    Nope. Thanks a lot for the help. This works perfectly ??

    What I need done is to increase the spacing between the image and the title/date and content.

    you responded:

    Thank you for your feedback ?? You can increase the space by increasing the margin of the image.

    But you did not explain how to do this, where I do, how I do it?

    Plugin Author Martin Stehle

    (@hinjiriyo)

    You achieve that with CSS code like

    .rpwwt-widget ul li img {
        margin-right: 1em;
    }

    Instead of 1em you can use other values with the units em or px.

    Put the code at the end of the theme’s file ‘style.css’ or add it via a Custom CSS plugin.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Spacing between image and title’ is closed to new replies.