khen888
asked 7 years ago

The “Your Answer” text in the Ask Question form (in Q and A plugin integrated in DW HelpDesk) is overlapping.
How to fix this? here’s the screenshot:

1 Answers
DominicStaff
answered 7 years ago

You can add the following code to the style.css file: 

.single-dwqa-question .dwqa-answer-form-title {
     margin-bottom: 0;
}
khen888
replied 7 years ago

It doesn't fix the issue if I don't use !important. That code also resides here in ../wp-content/themes/dw-helpdesk/assets/css/dw-helpdesk.min.css

I simply remove this code below in that css file (dw-helpdesk.min.css):

.single-dwqa-question .dwqa-answer-form-title {
margin-bottom: -36px;
}

And it worked. Consider this issue RESOLVED.

Thanks for the help bro.

Dominic Staff
replied 7 years ago

Yes. In this case, you should use “!important”, you should not remove the CSS code from the min.css file.

Powered by DW Question & Answer Pro