Hi there, I'm trying to widen the content area of my blog at http://thevintages.net. I'm typically decent with css and html but my theme seems to be written with a lot of php scripts and I don't see anything that I can modify in the stylesheet.
Here's the style.css. I would just like to make the theme wider by 200 or 250 px.
/*
Theme Name: Textback
Theme URI: http://http://www.amypink.com
Description: The official AMY & PINK Theme.
Version: 1.0
Author: Marcel Winatschek
Author URI: http://www.amypink.com/
See style-core.css for additional styles.
See style-ie.css for ie-specific fixes.
*/
body {margin: 0; padding: 0; background: #fff; text-align: center; font: 12px 'Lucida Grande','Arial', sans-serif;}
table, td {font: 10px 'Lucida Grande','Arial', sans-serif; color: #000;}
/*-smilies without a border-*/
body img.wp-smiley {
border:none;
}
I couldn't find the style-core.css page, either.