• Hello,
    how can I style the email template css e.g. width?

    I want to have the same look and feel like with my other mails.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WPKube

    (@wpkube)

    Hi @sasasasaaa

    In WP admin > StCR > Notifications you can change the email contents.

    By default it’s just simple HTML elements, but you can add any email-valid HTML and CSS rules in there.

    Thread Starter sasasasaaa

    (@sasasasaaa)

    Hi, thanks. I need the change the widht of the overall style of the mail. How can I do that? It doesn’t fit my CI. Thanks

    Plugin Author WPKube

    (@wpkube)

    Try a div with a max width set to it:

    <div style="max-width: 680px;">
        Existing content here
    </div>
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Styling emails’ is closed to new replies.