• Resolved theladycatelyn

    (@theladycatelyn)


    Thank you for your plugin. I’m sorry but I have two questions:

    1) Why is the top line of my body copy closer to the bottom line of my heading than the bottom line of my heading is to the top line of my heading? I would like to decrease the line spacing between two lines of heading (when it drops to two lines), and ideally increase the space between the heading and the body (although this is not as important as the first task).

    2) Can I increase the horizontal space between the image and the text? The text is so close to the image as to be distracting.

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

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

    (@hinjiriyo)

    Hi

    1. Could you please provide a screenshot?
    2. Yes, add a right padding to the image (for a LTR language the left padding).
    Thread Starter theladycatelyn

    (@theladycatelyn)

    Thanks for offering to help with this.

    1. Screenshot at http://alfredosaadfilho.org/wp-content/uploads/2020/04/ImageWP.png
    (I need to move text downwards)

    2. Where do I add the padding? In the RPWWT settings?

    Plugin Author Martin Stehle

    (@hinjiriyo)

    The plugin adds some margins around the image. To refine add this CSS code: Go to the Customizer in the backend, open the panel “Additional CSS” and insert this code:

    .widget .rpwwt-widget ul li img {
        margin-top: 3px;
    }

    Play around with the value 3px, e.g 4px or 2px until it fits.

    Thread Starter theladycatelyn

    (@theladycatelyn)

    Thanks a million!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Heading line spacing & space between img & text’ is closed to new replies.