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

Text cut off on right side in Google Chrome #164

Closed andrewherman closed 11 years ago

andrewherman commented 11 years ago

Text on all pages are cut off on the right side when the site is viewed on Google Chrome.

example: http://undercoversn.com/about/

mgsisk commented 11 years ago

I'm not seeing the issue you describe in any browser I can test, @andrewherman (Safari, Chrome, Firefox, Opera, or Internet Explorer). The only thing I can think of that would cause text cut off is an overflow CSS rule in Inkblot; you can remove the overflow by adding the following rule to custom.css

.post-content {
    overflow: visible;
}
andrewherman commented 11 years ago

This issue was reproduced on 3 seperate machines (all windows running PCs, if that makes a difference).

I'm new to wordpress and css, do I just open the custom.css and place the above provided rule anywhere within that file?

Thanks!

mgsisk commented 11 years ago

Yep; just copy and paste that anywhere into wp-content/themes/inkblot/custom.css. If that doesn't do anything can you share a screenshot of exactly what you're seeing?

andrewherman commented 11 years ago

Adding that to the custom.css worked, thank you!

mgsisk commented 11 years ago

Glad I could help!