StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 07-03-2010, 06:33 PM
jackieulmer jackieulmer is offline
Registered User
Genesis Member
 
Join Date: Sep 2009
Location: California
Posts: 83
Default Help, my right widgets are a mess

I recently enabled comments on my pages and believe I messed up something in a DIV that is forcing my right widgets WAY low. Here is my code, my frazzled eyes can't see anything -

http://www.JackieUlmer.com


PHP Code:
<?php get_header(); ?>

<div id="content">

    <div id="contentleft">
    
        <div class="postarea">
    
        <?php include(TEMPLATEPATH."/breadcrumb.php");?>
            
            <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
            <h1><?php the_title(); ?></h1><br />
        
            <?php the_content(__('Read more''studiopress'));?><div class="clear"></div><?php edit_post_link(__('(Edit)''studiopress'), ''''); ?>
            <?php endwhile; else: ?>
            
            <p><?php _e('Sorry, no posts matched your criteria.''studiopress'); ?></p><?php endif; ?>
        
        </div>
        
    </div>
    <div class="comments">
            <?php comments_template('',true); ?>
        </div>

<?php include(TEMPLATEPATH."/sidebar.php");?>
        
</div>

<?php // The main column ends  ?>

<?php get_footer(); ?>
Thanks!

Jackie Ulmer

Last edited by SoZo; 07-03-2010 at 06:50 PM. Reason: Code likes being encased
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
category mess up Patrick Gallagher General Discussion 10 09-20-2009 04:12 PM
A Mess in IE8 shubeydo General Discussion 2 06-20-2009 11:47 PM
I've made a mess... IE won't show pcmike General Discussion 23 02-22-2009 07:34 PM
Comments mess up posts kevinstilley General Discussion 2 11-22-2008 09:06 PM


All times are GMT -5. The time now is 08:10 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.