• Resolved niclasto

    (@niclasto)


    Hello,

    with the latest WordPress update, the empty space right below the pullquote became a bit bigger. Is there any way to reduce the space between the pullquote and the text?

    Best Regards,

    Niclas

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Adam DeHaven

    (@adamdehaven)

    It looks like you actually just have a blank paragraph inserted after the quote on the page. If you remove this paragraph, the spacing will look correct.

    Thread Starter niclasto

    (@niclasto)

    I forgot to mention it. If I remove this paragraph, the font and font size automatically changes to standard settings. So I need to insert that paragraph. However, I think before the WordPress Update the space was smaller a bit.

    Thread Starter niclasto

    (@niclasto)

    So there is nothing I can do to fix the problem?

    Plugin Author Adam DeHaven

    (@adamdehaven)

    I can take a closer look this afternoon.

    For now, you could add a CSS rule that would target empty paragraphs.

    Try adding this CSS to your theme:

    p:empty {
      margin: 0;
      height: 0;
      /* If the above rules don’t work, you can try enabling the rule below */
      /* display: none; */
    }
    
    Thread Starter niclasto

    (@niclasto)

    It seems to work already. Many thanks for your help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Reduce white space below Pullquote?’ is closed to new replies.