• 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!

Viewing 9 replies - 1 through 9 (of 9 total)
  • try removing <?php get_sidebar(); ?> for some reason when ever i have that problem with adding stuff to my wordpress if i remove that it works fine and still shows the sidebar don’t know why but i don’t complain

    Thread Starter saharanights

    (@saharanights)

    I removed :
    <?php get_sidebar(); ?>

    But now no sidebar. >.< Actually I added
    <?php get_sidebar(); ?>
    myself. It didn’t use to have it and missing a sidebar so I added it but sidebar doesn’t go all the way up.;_;

    <div id=”headerimg”> is that supposed to be in there?

    Thread Starter saharanights

    (@saharanights)

    Yes. It is the photo of my dolls. I think I need to fix margins and paddings somewhere. Where I don’t know. I’m very new to php and css. >.<

    If I take the photo off from archives.php, everything is ligned up right but I’d like to keep it there to make all my pages uniform.

    The funny thing is all the other pages looks fine so I know I can make it work if only I know where to look. =(

    im a newbie too to php and css so don’t feel bad ?? the more we do this the more we learn,

    Thread Starter saharanights

    (@saharanights)

    My boyfriend used to fix my blog for me but he’s not an expert either so now I try to learn. ^^ Thank you for trying to help me though.

    Oh, I’m also from San Diego by the way. In Lakeside. ??

    Hello to a fellow neighbor ?? (im in hillcrest)

    Thread Starter saharanights

    (@saharanights)

    It is now fixed! Thanks to my boyfriend who fixed it in 2 minutes. *lol* The problem was my archives.php.

    We used to live close to Hillcrest. We were in Kensington area. =^__^=

    lol don’t you hate it when you can’t figure something out then someone else comes along and fixes it in 2 seconds lol…. thank god my husband knows nothing about computers lol im the genious around here when it comes to this stuff.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Sidebar alignment problem’ is closed to new replies.