Image Widget Caption

  • Unknown's avatar

    Hi there,

    In my footer I have an Image widget displaying a Fundex logo and the caption “Mutual Funds are provided through FundEX Investments Inc.” which goes on to 2 lines. Is there a way to change the line spacing for this so they are not so far apart?

    Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    You can use the following custom CSS to reduce that spacing:

    .widget_image .wp-caption p.wp-caption-text {
        line-height: 1.4;
        display: inherit;
    }

    In the above snippet, Increase/decrease the value of line-height in order to increase/decrease the amount of spacing.

    Hope that helps!

  • The topic ‘Image Widget Caption’ is closed to new replies.