abdoo22
asked 8 years ago

The Questions list not fit good in mobile version

url : http://www.ar-only4men.com/forum

 

and also i need to disapple wordpress comments for questions and answers

 

thanks

1 Answers
Kevin
answered 8 years ago

Hi,

1. Your issue came from your theme. To solve this issue, you have to modify the theme.

2. To hide WordPress comment, please add the code below to wp-content/themes/your-theme-folder/style.css

.dwqa-container .dwqa-single-question .dwqa-comments {
	display: none !important;
}
Powered by DW Question & Answer Pro