Domingos Pereira
asked 9 years ago

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
DominicStaff
answered 9 years ago

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 !

Domingos Pereira
answered 9 years ago

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 :/

dominic Staff
replied 9 years ago

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 !

Powered by DW Question & Answer Pro