Dokan report abuse module theme problem
-
Hi WeDevs add new module Report abuse in last update. There is a problem with theme. When user click on report abuse link this open reporting form.
There are two buttons. I contact Dokan support we try with Worpdress theme and there is no problem.
Is there any fast solution?
Thanks
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.
#dokan-report-abuse-form-popup {
padding: 25px;
}
.dokan-popup-option-list {
margin-bottom: 10px;
}
#dokan-report-abuse-form-popup fieldset {
padding: 20px;
margin-top: 20px;
margin-bottom: 0;
}
#dokan-report-abuse-form-popup .dokan-btn {
width: auto;
margin-right: 10px;
}
#dokan-report-abuse-form-popup .dokan-hide {
display: none;
}
Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Dokan report abuse module theme problem’ is closed to new replies.