Title: Sidebar Down
Last modified: August 21, 2016

---

# Sidebar Down

 *  Resolved [abeng](https://wordpress.org/support/users/abeng/)
 * (@abeng)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/sidebar-down-1/)
 * I’m using zeeTasty theme, but the sidebar is down. My blog is
 * [http://www.wortelligence.com](http://www.wortelligence.com)
 * Thanks before…

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Jesin A](https://wordpress.org/support/users/jesin/)
 * (@jesin)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/sidebar-down-1/#post-4104815)
 * You need to put the following code into the Custom CSS box (if this theme has
   one) or use a plugin like [PC Custom CSS](http://wordpress.org/plugins/pc-custom-css/).
 *     ```
       #wrap {
         float: left;
       }
   
       #sidebar {
         clear: none;
         display: inline;
         float: left;
         margin-right: 0;
       }
       ```
   
 *  Thread Starter [abeng](https://wordpress.org/support/users/abeng/)
 * (@abeng)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/sidebar-down-1/#post-4104817)
 * Hi jesin, i was try your tips, but sidebar still down
 *  [Jesin A](https://wordpress.org/support/users/jesin/)
 * (@jesin)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/sidebar-down-1/#post-4104819)
 * You have placed the code in the wrong place which is inside `@media only screen
   and (max-width: 60em)`
 * Please don’t edit the **style.css** file as it’ll be overwritten if you update
   the theme. Either put that code in the Custom CSS box if the theme has one or
   use the plugin I mentioned above.
 *  Thread Starter [abeng](https://wordpress.org/support/users/abeng/)
 * (@abeng)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/sidebar-down-1/#post-4104822)
 * Great, i’t was fixed.. Thanks jesin..
 *  [Jesin A](https://wordpress.org/support/users/jesin/)
 * (@jesin)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/sidebar-down-1/#post-4104824)
 * You’re welcome Abeng 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Sidebar Down’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/zeetasty/1.0.7/screenshot.png)
 * zeeTasty
 * [Support Threads](https://wordpress.org/support/theme/zeetasty/)
 * [Active Topics](https://wordpress.org/support/theme/zeetasty/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/zeetasty/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/zeetasty/reviews/)

## Tags

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

 * 5 replies
 * 2 participants
 * Last reply from: [Jesin A](https://wordpress.org/support/users/jesin/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/sidebar-down-1/#post-4104824)
 * Status: resolved