Make wider page in shottershot theme?
-
Hi,
I would like to make a to have a wider width page than that is offered in the standard template pages that ships with shutter shot, but I do not seem to find the settings that control this.
style.css code below:
[Complete stylesheet moderated. That is completely unnecessary. Please just post a link to your site using theme them instead.]
I added a new page called verywide.php in the templatre root to edit as as a new template – so it would show up in the template list when creating a new post…
But I do not seem to figure out what is controlling the width.
<?php /* Template Name: Wide page */ ?> <?php get_header(); ?> <div id="casing"> <div class="incasing"> <div class="topbar"> <?php include (TEMPLATEPATH . '/searchform.php'); ?> </div> <div id="content" style="width:950px;"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <div class="title"> <h2><a>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2> </div> <div class="entry"> <?php the_content('Read the rest of this entry ?'); ?> <div class="clear"></div> </div> </div> <?php endwhile; else: ?> <h1 class="title">Not Found</h1> <p>I'm Sorry, you are looking for something that is not here. Try a different search.</p> <?php endif; ?> </div> <div class="clear"></div> </div> <div class="clear"></div> </div> <?php get_footer(); ?>
I would appreciatevery much any ideas ithat could pointed in the right direction on how to accomplish this!
Thanks Daniel
- The topic ‘Make wider page in shottershot theme?’ is closed to new replies.