Sidebar alignment problem
-
Hi all!
I hope someone here can help me with my problem. I’d really appreciate any help.
Anyways, I’m using Jakarta theme. Here is the problem page: https://etherealangels.net/dreamalittle/archives/
I just recently added an Archives page. As you can see, my sidebar contents doesn’t go all the way up like the other pages on my diary and also the pictures of my dolls(header) is no longer centered. I’d really like to get the picture centered too. This is the only page like this.
My archives.php look like this:
<?php
/*
Template Name: Archives
*/
?><?php get_header(); ?>
<div id=”headerimg”>
</div>
<div id=”content” class=”narrowcolumn”><?php include (TEMPLATEPATH . ‘/searchform.php’); ?>
<?php srg_clean_archives(); ?>
</div><?php get_sidebar(); ?>
<?php get_footer(); ?>
Please help!
- The topic ‘Sidebar alignment problem’ is closed to new replies.