mgsisk / webcomic

Comic publishing power for the web. Turn your WordPress-powered site into a comic publishing platform with Webcomic.
http://wordpress.org/plugins/webcomic
GNU General Public License v2.0
110 stars 29 forks source link

Comic Not Centered #252

Closed Llaucian closed 9 years ago

Llaucian commented 9 years ago

Hi again,

I think we're just one step away from having everything the way we want it on our website. The only problem, and it's a fairly minor one to us, is that the main comic is not centered. It's just pushed way to the left. I imagine this has something to do with the style.css, but I haven't found anything. We're using the raindrop theme and here is a link to our website www.hinge-studios.com.

Thanks, Jason

Mihari commented 9 years ago

Adding this CSS should solve the problem for you:

div.webcomic-img { text-align: center; }
Llaucian commented 9 years ago

Thanks, a simple and effective solution!