• Resolved mltt

    (@mltt)


    Hi, I would like to change the space after a <p>..</p> section – but I can’t find out how. I tried some things like
    #content p {
    padding-bottom: 10px;
    }
    and if it is in a table:
    #content tr td p {
    padding-bottom: 10px;
    }

    but doesn’t change. Can you help? What is the right selcector ?

    Thanks a lot

    https://ww.wp.xz.cn/plugins/wp-mpdf/

Viewing 1 replies (of 1 total)
  • Plugin Author fkrauthan

    (@fkrauthan)

    Have you tried just p {}? I can’t really support custom themes. But in theory all regular CSS selectors that would work for the web should work for the pdf template too. Just make sure that you base your selectors off the PDF HTML and not your website html.

Viewing 1 replies (of 1 total)

The topic ‘settings in mytemplate.css’ is closed to new replies.