Do An Duy
asked 8 years ago

Please see these screenshots:
Firefox: http://i.imgur.com/kZDT6yd.png
Chrome: http://i.imgur.com/mEf9Qq3.png

I haven’t made any CSS changes specific to Firefox.

Please help.
Thank you.

3 Answers
DominicStaff
answered 8 years ago

Please send me your site URL I will help you resolve this issue. 

Do An Duy
replied 8 years ago
DominicStaff
answered 8 years ago

I have checked your site and some CSS Code do not compatible with the firefox and you the plugin missing some element.
To resolve this issue, you can add the following code to the style.css file on your site.

 .dwqa-container .wp-editor-tools::after { 
 position: absolute;
}
 .dwqa-container p {
 margin-bottom: 30px;
}
 .dwqa-content-ask-form input[type="text"], .dwqa-content-ask-form input[type="email"], .dwqa-content-ask-form select, .dwqa-content-edit-form input[type="text"], .dwqa-content-edit-form input[type="email"], .dwqa-content-edit-form select {
 float: left; 
}

If you still face their issue, you can send me username & password of your site, I will check and help you resolve it.
Hope this helps!

Do An Duy
replied 8 years ago

Thank you very much Dominic!
I used those CSS and it looks perfect now.
Thanks a bunch!

Dominic Staff
replied 8 years ago

My pleasure, If you have any issue, you can let me know detail about your question, I will check and help you resolve it.

Do An Duy
replied 8 years ago

Hi Dominic,

Your fix solved the slyling issue in the Ask Question page.
However, now paragraphs have large spaces below them because of .dwqa-container p{margin-bottom: 30px;}
See screenshot: http://i.imgur.com/HgVze4z.png

Do you have another solution?

Thanks.

DominicStaff
answered 8 years ago

To resolve this issue, you can remove the old Css code that I have sent you in the previous answer and add the following code to the style.css file:

.dwqa-container .dwqa-content-ask-form p {
margin-bottom: 30px;
}
Do An Duy
replied 8 years ago

That works. Everything looks beautiful now 🙂
Thanks a lot, Dominic.

Dominic Staff
replied 8 years ago

My pleasure, If you have any issue or question, you can let me know, I will help you resolve it, my friend.

Powered by DW Question & Answer Pro