• Resolved toolbox978

    (@toolbox978)


    Hello,

    The font size for the campaign description is very large, with no spacing above or below. Is it possible to fix this with css?

    Thanks,
    Mike

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WPCharitable

    (@wpcharitable)

    hello @toolbox978

    There should be SOME spacing above and below the campaign description, at least in most themes. If there isn’t you might want to check the CSS of your theme.

    The class of the DIV containing the regular campaign description is “campaign-description”. So in most cases this CSS should work:

    .campaign-description {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px; // change to adjust the size of the font
    }

    This CSS might depend on your theme – if that doesn’t work please provide a URL to a page with a campaign description and we can see if we can revise that CSS. Let me know if you have any further questions!

    Thanks!

    Plugin Author WPCharitable

    (@wpcharitable)

    I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing font size of campaign description’ is closed to new replies.