Title: Create &quot;mini sidebar&quot;
Last modified: August 21, 2016

---

# Create "mini sidebar"

 *  [PascalPavan](https://wordpress.org/support/users/pascalpavan/)
 * (@pascalpavan)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/create-mini-sidebar/)
 * Hello to all,
 * is for days that I try to create a mini sidebar but I can not.
    I would like 
   to create the red sidebar (look in the link) but I can not!
 * VI place the code for the page that is now in use.
 * I hope you can help me!
    Thank you =)
 * Left-sidebar.php
 *     ```
       <?php
       /*
       Template Name: Sidebar Left Paschi
       */
       	get_header(); ?>
   
       <div class="page">
   
           <div id="tf-paschi-sidebar-left">
               <!-- Inserire qui codice per ultimi post -->
               <?php echo do_shortcode('[hislider id="5"]'); ?>
           </div>
   
       </div>
   
       <div id="tf-paschi-sidebar-right" class="border-styles">
   
               <ul class="sidebar">
       <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(__('Left Side Bar Paschi','domain-themefit-fluid')) ) : ?>
       			<li class="sidebar-widget-item">
                       <h5><?php _e('Page Sidebar Widget Area', 'domain-themefit-fluid'); ?></h5>
                       <p>
                           <?php _e('You can add page sidebar widgets to this area from the WordPress admin in "Page Sidebar Widgets."', 'domain-themefit-fluid'); ?>
                           <?php echo do_shortcode( '[tf_button link="'. get_bloginfo('url') .'/wp-admin/widgets.php"]'.__('Add Widgets','domain-themefit-fluid').'[/tf_button]'); ?>
                       </p>
                   </li>
       			<?php endif; ?>
               </ul>
           </div>
   
       <?php get_footer(); ?>
       ```
   
 * CSS rules
 *     ```
       /* 2 column layout */
   
       #tf-paschi-sidebar-left
       {
       	width: 700px;
       	height: auto;
       	margin-left: 40px;
       	float: right;
       }
   
       #tf-paschi-sidebar-right
       {
       	width: 220px;
       	height: auto;
       	float: left;
       }
       ```
   
 * [http://i43.tinypic.com/i19m53.png](http://i43.tinypic.com/i19m53.png)
 * _[Moderator Note: [No bumping](http://codex.wordpress.org/Forum_Welcome#No_Bumping).
   If it’s that urgent, consider [hiring someone](http://directory.codepoet.com/).]_

The topic ‘Create "mini sidebar"’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [PascalPavan](https://wordpress.org/support/users/pascalpavan/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/create-mini-sidebar/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
