• Hey,

    I need help with the custom css. I am trying to remove margin and add padding from p-tags and tables. But nothing I do in the custom css-textarea makes any difference in the output pdf.

    I’ve tried:
    p{
    padding: 10 10 10 10;
    }
    and tried replacing it with:
    padding: 10;
    padding: 10pt 10pt 10pt 10pt;
    padding: 10pt;
    padding: 10px 10px 10px 10px;
    padding: 10px;

    But nothing seems to give any effect. Anyone who can help it would be greatly appreciated!

    • This topic was modified 4 years, 8 months ago by emmasofia.
  • The topic ‘Custom css tags’ is closed to new replies.