Conversation
supportHello, Whenever I pull quote, it has bottom margin 20 px because the quote is considered paragraph <p>. It leaves too much blank space within the quote box. How can I eliminate this margin effectively? Thanks in advance! Mateusz
@matfiej : You could add a style to your theme’s stylesheet. Something like: .simplePullQuote p { margin-bottom: 0; } Is this helpful? Toby
@matfiej : You could add a style to your theme’s stylesheet. Something like: .simplePullQuote p { margin-bottom: 0; } Is this helpful? Toby