Problem Upload SLIP Payment
-
Hello, i have problem with plug in of bank trasfer payment. When i upload slip of payment can`t see full image. I already speak with developer of plug in and say have to edit file in theme class.
They say to edit: max-height: 40px; in .payment_methods li img
https://powerit.in.th/wp-content/themes/woodmart/style.min.css?ver=5.2.0
Is right to edit file? or have some setting can change?
I scaring if i edit directly file after with update the problem will come back.
Attachments:
You must be
logged in to view attached files.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.payment_methods li img {
max-height: none;
}
Regards
Work Perflecly, Thanks!!!
The topic ‘Problem Upload SLIP Payment’ is closed to new replies.