Footer getting cut on both the sides in template
-
Hi,
I have created a page template using the following code.when I view the page the footer is getting cut on both the sides and is reduced in size not covering the entire screen.What could be the problem?:
`/*
Template Name: testpage
*/
?><?php get_header() ?>
<div id=”container”>
<div id=”content”>
<?php the_post() ?>
<div id=”post-<?php the_ID() ?>” class=”post”>
<div class=”entry-content”>/* my content */
</div><!– .entry-content ->
</div><!– .post–>
</div><!– #content –>
</div><!– #container –><?php get_footer() ?>
- The topic ‘Footer getting cut on both the sides in template’ is closed to new replies.