Title: Formatting Problem with Sidebar
Last modified: August 19, 2016

---

# Formatting Problem with Sidebar

 *  [monk191](https://wordpress.org/support/users/monk191/)
 * (@monk191)
 * [18 years ago](https://wordpress.org/support/topic/formatting-problem-with-sidebar/)
 * I am working on a site right now using the Chaotic Soul Theme. I am having formatting
   issues on Windows. It looks fine on mac but on windows the sidebar is pushed 
   down below the main frame.
 * You can view the page here: [http://www.lostsummitfilms.com/main](http://www.lostsummitfilms.com/main)
 * I need this site up and running tomorrow night. Any help is very appreciated.
   
   Thanks, Brandon
 * And the code from the sidebar is below:
    <div id=”sidebar”>
 * <?php include (TEMPLATEPATH . ‘/searchform.php’); ?>
 * <?php if (is_single()) { ?>
 *  <h3>About This Post</h3>
    <p class=”postmetadata alt”> <small> This entry was
   posted <?php /* This is commented, because it requires a little adjusting sometimes.
   You’ll need to download this plugin, and follow the instructions: [http://binarybonsai.com/archives/2004/08/17/time-since-plugin/](http://binarybonsai.com/archives/2004/08/17/time-since-plugin/)*//*
   $entry_datetime = abs(strtotime($post->post_date) – (60*120)); echo time_since(
   $entry_datetime); echo ‘ ago’; */ ?> on <?php the_time(‘l, F jS, Y’) ?> at <?
   php the_time() ?> and is filed under <?php the_category(‘, ‘) ?>. You can follow
   any responses to this entry through the <?php comments_rss_link(‘RSS 2.0’); ?
   > feed.
 *  <?php if ((‘open’ == $post-> comment_status) && (‘open’ == $post->ping_status)){
   //
   Both Comments and Pings are open ?> You can [leave a response](https://wordpress.org/support/topic/formatting-problem-with-sidebar/?output_format=md#respond),
   or ” rel=”trackback”>trackback from your own site.
 *  <?php } elseif (!(‘open’ == $post-> comment_status) && (‘open’ == $post->ping_status)){
   //
   Only Pings are Open ?> Responses are currently closed, but you can  ” rel=”trackback”
   >trackback from your own site.
 *  <?php } elseif ((‘open’ == $post-> comment_status) && !(‘open’ == $post->ping_status)){
   //
   Comments are open, Pings are not ?> You can skip to the end and leave a response.
   Pinging is currently not allowed.
 *  <?php } elseif (!(‘open’ == $post-> comment_status) && !(‘open’ == $post->ping_status)){
   //
   Neither Comments, nor Pings are open ?> Both comments and pings are currently
   closed.
 *  <?php } edit_post_link(‘Edit this entry.’,”,”); ?>
 *  </small>
    </p>
 *  <h3>Navigate</h3>
 *  <ul class=”navigation”>
    <?php previous_post_link(‘
    - Previous: **%link**
    - ‘) ?>
       <?php next_post_link(‘
    - Next: **%link**
    - ‘) ?>
    -  <?php } else { ?>
    - <h2>Brandon Katcher</h2>
       <p>bkatcher@lostsummifilms.com</p> 415.746.0236
    - </p>
       <img src=”[http://www.lostsummitfilms.com/main/barthumbs/eye1.jpg&#8221](http://www.lostsummitfilms.com/main/barthumbs/eye1.jpg&#8221);
      width=”200″ height=”136″ alt=”Eye” /></p>
    -  <?php /* If this is a 404 page */ if (is_404()) { ?>
       <?php /* If this is
      a category archive */ } elseif (is_category()) { ?> <h3>About This Page</h3
      > <p>You are currently browsing the archives for the <?php single_cat_title(”);?
      > category.</p>
    -  <?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
       <h3>About
      This Page</h3> <p>You are currently browsing the /”><?php echo bloginfo(‘name’);?
      > weblog archives for the day <?php the_time(‘l, F jS, Y’); ?>.</p>
    -  <?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
       <h3>
      About This Page</h3> <p>You are currently browsing the /”><?php echo bloginfo(‘
      name’); ?> weblog archives for <?php the_time(‘F, Y’); ?>.</p>
    -  <?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
       <h3>About
      This Page</h3> <p>You are currently browsing the /”><?php echo bloginfo(‘name’);?
      > weblog archives for the year <?php the_time(‘Y’); ?>.</p>
    -  <?php /* If this is a monthly archive */ } elseif (is_search()) { ?>
       <h3
      >About This Page</h3> <p>You have searched the /”><?php echo bloginfo(‘name’);?
      > weblog archives for **‘<?php echo wp_specialchars($s); ?>’**. If you are
      unable to find anything in these search results, you can try one of these 
      links.</p>
    -  <?php /* If this is a monthly archive */ } elseif (isset($_GET[‘paged’]) &&!
      empty($_GET[‘paged’])) { ?>
       <h3>About This Page</h3> <p>You are currently
      browsing the /”><?php echo bloginfo(‘name’); ?> weblog archives.</p>
    -  <?php } ?>
 *  -  <?php wp_list_pages(‘title_li=’); ?>
 *  - <h2>News</h2>
       <p><i>A Gentle Walk</i> Rough Cut will be screened on June 
      10th at 7:00 in SF. For more info, [CLICK HERE](http://lostsummitfilms.com/blog/?p=40)
      </p>
    - </p>
    - <h2>Links</h2>
       <p>[Valerie Ianello](http://www.valerieianello.com) [Noelle Aimee](http://www.noelleaimee.com)
      </p>
    -  <?php } ?>
    -  </div>

Viewing 1 replies (of 1 total)

 *  [Samuel B](https://wordpress.org/support/users/samboll/)
 * (@samboll)
 * [18 years ago](https://wordpress.org/support/topic/formatting-problem-with-sidebar/#post-784305)
 * It looks fine in firefox – problem in IE.
    There are plenty of posts about this
   if you do a search.
 * also, fixing these might help.
    [http://validator.w3.org/check?uri=http%3A%2F%2Flostsummitfilms.com%2Fmain%2F&charset=%28detect+automatically%29&doctype=Inline&group=0](http://validator.w3.org/check?uri=http%3A%2F%2Flostsummitfilms.com%2Fmain%2F&charset=%28detect+automatically%29&doctype=Inline&group=0)

Viewing 1 replies (of 1 total)

The topic ‘Formatting Problem with Sidebar’ is closed to new replies.

## Tags

 * [formatting](https://wordpress.org/support/topic-tag/formatting/)
 * [sidebar](https://wordpress.org/support/topic-tag/sidebar/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Samuel B](https://wordpress.org/support/users/samboll/)
 * Last activity: [18 years ago](https://wordpress.org/support/topic/formatting-problem-with-sidebar/#post-784305)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
