gianviterbo
asked 10 years ago

I can’t seem to find the option or way to resize DW QA. Can somebody help me on this please?
See problem here: http://www.gadgetpilipinas.net/questions-answers/questions/
Thank you!

Regards,
Gian

1 Answers
DominicStaff
answered 10 years ago

To resolve this issue You can log in to Dashboard > Theme > Customize > General Settings > Add the following code to the “Header Script”

 <style type="text/css">
.dwqa-container {
    margin-left: 40px;
}
</style>
<script>
 jQuery(function($){
  $('.dwqa-container').parent('.row').css('background', 'none');
 });
</script>

Hope this helps!

gianviterbo
replied 10 years ago

This solved my problem. Thanks Dominic.

Powered by DW Question & Answer Pro