mozart Carmo
asked 9 years ago

I have really liked the DW Q&A plugin! When I am asking a question, it works responsive on my phone. But when I decide to read the questions or answer a question, in both cases, responsiveness doenst work.

There goes the link. You guys will have to open it with a mobile device to take a look.

How can I fix that? I have buddypress and buddyboss theme installed.

enter link description here

Thank you

1 Answers
DominicStaff
answered 9 years ago

Hi,
I have checked your site and see that our plugin loading style of your site. To resolve this issue, you can add the following code to the style.css file:

.dwqa-container {
  padding: 20px!important; 
}
.single-dwqa-question .dwqa-question {
  padding: 60px 14px 0 !important;
}

.dwqa-single-question .dropdown-toggle {
  text-transform: capitalize;
  text-align: center !important;
  cursor: pointer!important;
  display: inline-block!important;
  padding: 5px 15px!important;
  border-radius: 20px!important;
  background: transparent;
  margin: 0;
  border: none!important;
  color: initial!important;
  height: auto;
  line-height: inherit!important;
  -webkit-box-shadow: none;
  width: auto!important;
  box-shadow: none;
}

Hope this helps !

Powered by DW Question & Answer Pro