Please see the attached image. When setting up the email template Image, the dropdown fields are too small to see.
Can't see fields in dropdown for Email Template
- Ok, here is what you can do to fix it, you would need edit a file.in the file www/administrator/components/com_awocoupon/awocoupon/admin/view/profile/edit.php, around like 22 is thi:
<style>
Right after that, add this:#image_properties select { width:200px; }
- Thanks! It looks good.