Title: Second sidebar
Last modified: January 15, 2021

---

# Second sidebar

 *  [___ELVIS___](https://wordpress.org/support/users/_elvis_/)
 * (@_elvis_)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/second-sidebar-8/)
 * Basically I have set up a sidebar on the right side.
 * On special pages I would like to have the second sidebar active on the left side.
   This works if I display both sidebar.
 * But now I want to hide the right one and have only the left one, the second one,
   shown. Unfortunately this does not work, because then the first, the main sidebar
   is automatically displayed.
 * How can I display only the second sidebar?
 * Translated with [http://www.DeepL.com/Translator](http://www.DeepL.com/Translator)(
   free version)

Viewing 1 replies (of 1 total)

 *  [longnguyen](https://wordpress.org/support/users/longnguyen/)
 * (@longnguyen)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/second-sidebar-8/#post-13917660)
 * Hi,
 * You can set that page to show both primary and secondary sidebar, then add this
   custom CSS code to Appearance > Customize > Additional CSS, to hide the primary
   sidebar on the right.
 *     ```
       .page-id-416 #main {
           flex-basis: 75%;
           max-width: 75%;
       }
   
       .page-id-416 #sidebar-secondary {
           flex-basis: 25%;
           max-width: 25%;
       }
   
       .page-id-416 #sidebar-primary {
           display: none;
       }
       ```
   
 * Get the page ID when editing the page [https://share.getcloudapp.com/geuo97yn](https://share.getcloudapp.com/geuo97yn).

Viewing 1 replies (of 1 total)

The topic ‘Second sidebar’ is closed to new replies.

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

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [longnguyen](https://wordpress.org/support/users/longnguyen/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/second-sidebar-8/#post-13917660)
 * Status: not resolved