Alex –
I forgot to mention the theme I am using, here it is
https://graphpaperpress.com/themes/widescreen/
Here is the code for the header.php if you need it.
<?php $gpp = get_option( ‘gpp_options’ ); ?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml” <?php language_attributes(); ?>>
<head profile=”https://gmpg.org/xfn/11″>
<title><?php wp_title( ‘-‘, true, ‘right’ ); echo wp_specialchars( get_bloginfo(‘name’), 1 ); ?></title>
<meta http-equiv=”content-type” content=”<?php bloginfo(‘html_type’) ?>; charset=<?php bloginfo(‘charset’) ?>” />
<meta name=”description” content=”<?php bloginfo(‘description’) ?>” />
<?php if(is_search()) { ?>
<meta name=”robots” content=”noindex, nofollow” />
<?php }?>
<!– BeginStyle –>
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘stylesheet_url’); ?>” />
<link rel=”stylesheet” href=”<?php bloginfo(‘template_directory’); ?>/styles/print.css” type=”text/css” media=”print” />
<!–[if IE]><link rel=”stylesheet” href=”<?php bloginfo(‘template_directory’); ?>/styles/ie.css” type=”text/css” media=”screen, projection” /><![endif]–>
<!–[if IE 7]><link rel=”stylesheet” href=”<?php bloginfo(‘template_directory’); ?>/styles/ie7.css” type=”text/css” media=”screen, projection” /><![endif]–>
<!– EndStyle –>
<!– Conditional Javascripts –>
<!–[if IE 6]>
<script src=”<?php bloginfo(‘template_directory’); ?>/includes/js/pngfix.js”></script>
<![endif]–>
<!– End Conditional Javascripts –>
<link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php if ( $gpp[‘gpp_feedburner_url’] <> “” ) { echo $gpp[‘gpp_feedburner_url’]; } else { echo get_bloginfo_rss(‘rss2_url’); } ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php wp_head(); ?>
<?php if ( is_singular() ) wp_enqueue_script( ‘comment-reply’ ); ?>
<?php $homepage_design = $gpp[‘gpp_homepage_design’]; if ( $homepage_design == ‘slideshow’ || $homepage_design == ”) { ?>
<style type=”text/css”>
body.home { background: none; background-color: #000; }
</style>
<?php } ?>
</head>
<body <?php body_class(); ?>>
<!– BeginHeader –>
<p id=”hidep”><?php _e(‘— Hide menu’,’gpp_i18n’); ?></p>
<div id=”menu”>
<h2 class=”sitename”>” title=”<?php bloginfo(‘description’); ?>”><?php if($gpp[‘gpp_logo’]==”text”) { bloginfo(‘name’); } else { ?><img class=”title” src=”<?php if ( $gpp[‘gpp_logo’] <> “” ) { echo $gpp[‘gpp_logo_src’]; } else { bloginfo(‘template_directory’); ?>/images/logo.png<?php } ?>” alt=”<?php bloginfo(‘name’); ?>” /><?php } ?></h2>
<div class=”description fancy”><?php bloginfo(‘description’); ?></div>
<?php gpp_theme_nav(); ?>
</div><!– #menu –>
<!– EndHeader –>
<?php $homepage_design = $gpp[‘gpp_homepage_design’];
if ((is_home() && $homepage_design == ”) || (is_home() && $homepage_design = ‘slideshow’ )) {
echo ‘<div id=”jbg-content”>’; }
else {
echo ‘<div class=”container”>’; }
?>