Can't see fields in dropdown for Email Template


  • Default avatar
    kvo    
     3 years ago
    0

    Please see the attached image. When setting up the email template Image, the dropdown fields are too small to see.

    5ASXLCI.png

  • Your avatar
    seyi    
     3 years ago
    0

    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; }

  • Default avatar
    kvo    
     3 years ago
    0

    Thanks! It looks good.