Make email responsive for mobile device.
-
Hi Damanjeet,
Naimesh here again.
Here i found a small issue to change for email template view in mobile device.
i am a web designer so have done the small change, can you please implement this in plugin for next update.
i have just changed the div to table and added width attribute and margin in style.
below you can see the changes.$pre_message = "<html><body><table width='700px' style='margin: 0rem auto 0 !important;padding:5px;margin:auto;font-size:14px;line-height:18px'>" . apply_filters( 'the_content', $message ) . "<table style='clear:both'></table></table></body></html>";;
woo-confirmation-email\admin\view\admin.php
woo-confirmation-email\public\class-woocommerce-confirmation-email-public.phpThese are the both files to make changes.
its small thing but it can implement your plugin quality.
i have tested it so don’t worry to make changes.Thanks!
Regards,
Naimesh Rao
https://www.webbkod.com/
- The topic ‘Make email responsive for mobile device.’ is closed to new replies.