Home Forums WoodMart support forum Dokan report abuse module theme problem

Dokan report abuse module theme problem

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #126022

    ziga108
    Participant

    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.
    #126031

    Bogdan Donovan
    Keymaster

    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

    #126047

    ziga108
    Participant

    It works thanks 🙂

    #126058

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Dokan report abuse module theme problem’ is closed to new replies.