I don’t know why this is happening. Any ideas? Thanks!
![normal size](https://www.dropbox.com/s/pajp01fw6w1iook/1.png?dl=0 "enter image title here")
![small size](https://www.dropbox.com/s/xacze0fm8uqtjdr/2.png?dl=0 "enter image title here")
2 Answers
Hi,
To resolve this issue, you can add the following code to the style.css file.
.single-dwqa-question .entry-content {
width: 100%;
}
Hope this helps !
Hi Dominic. Yap it did help. Content got bigger width, but it continues to be aligned at the left, when all other site content is on center :/
You can add the following code to the style.css file:
.single-dwqa-question .dwqa-question.hentry { padding-left: 100px; width: 100%; }
Hope this helps !
Please login or Register to submit your answer