• It is leaving too much space between paragraphs and between header and first line.
    Any solution to this?

    Any CSS code i can put?
    How do i fix this?

    Thanks.
    Pls help.

Viewing 1 replies (of 1 total)
  • Hi.
    Does the header has image or title?

    Well if you need change or modified the header, you can make you custom header using the hook “mailtpl/customizer_template”

    add_filter('mailtpl/customizer_template','custom_template',10,1);
    function custom_template($path_header) {
        return '/path/custom/header_body_and_footer.php';
    }

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Spacing’ is closed to new replies.