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
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!
This solved my problem. Thanks Dominic.
Please login or Register to submit your answer