Cameron West
asked 9 years ago

I am still having a problem with the articles I’ve posted. The code I was given doesn’t seem to work at all. Since I cant align them in the center is it possible that I can make the box in which the the article is posted larger and then set to content within the box centered?

1 Answers
DominicStaff
answered 9 years ago

Hi,
To resolve this issue, please try with the following code:

#content {
  width: 940px;
  max-width: 940px;
}

Regards,

cameron west
replied 9 years ago

Thank you, but now the post are oversized as well. http://bluetoadscomics.com/comic-of-the-day/. How can I resolve this?

dominic Staff
replied 9 years ago

You can add more the following code:
.post-thumbnail img { max-width: 100%; width: auto;}
Regards,

Powered by DW Question & Answer Pro