Hi britinspain
Add to functions.php first line, ver $raindrops_page_width.like below.
<?php
/**
* My Extend Page Width
*
*
*
*/
$raindrops_page_width = '1200';
?>
<?php
/**
* functions and constants for Raindrops theme
*
*
* @package Raindrops
* @since Raindrops 0.1
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Note.
I detect It turned out that only few bugs.
Although I think that operation is not affected, if detailed to PHP, please also change the following into it.
functions.php line 3535
Please add to global ver $raindrops_document_width like below
function raindrops_header_image( $type = 'default', $args = array( ) ) {
global $raindrops_document_width;
This bug maybe fixed next versions (1.136 or higher )
Thank you.