Hello!
My single question template is not showing properly. It’s width is not 100%.
Any css code for that Or is it possible to change the single question template to elementor full width template?
1 Answers
Please send me your site URL for further checking.
you can add the following code to the style.css file:
.single-dwqa-question .container {
max-width: 1200px !important;
}
Please login or Register to submit your answer