Title: Expanded widget?
Last modified: August 21, 2016

---

# Expanded widget?

 *  Resolved [Edi](https://wordpress.org/support/users/psychosopher/)
 * (@psychosopher)
 * [12 years ago](https://wordpress.org/support/topic/one-widget-expanded/)
 * Is it possible (especially in “Single Expansion Mode”) to define one widget of
   an accordion, for example the first one, as expanded when loading the page?
 * [https://wordpress.org/plugins/standard-widget-extensions/](https://wordpress.org/plugins/standard-widget-extensions/)

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

 *  Plugin Author [blogger323](https://wordpress.org/support/users/blogger323/)
 * (@blogger323)
 * [12 years ago](https://wordpress.org/support/topic/one-widget-expanded/#post-4920295)
 * Psychosopher,
 * To make widgets collapsed initially, you have to add some CSS code. For example,
   following is the CSS to make widgets collapsed except Recent Posts in TwentyFourteen’s
   left sidebar.
 *     ```
       #primary-sidebar .widget h1+* {
         display: none;
       }
   
       #primary-sidebar .widget_recent_entries h1+* {
         display: block;
       }
       ```
   
 * All widgets in the sidebar will be collapsed by the first CSS block. And the 
   Recent Posts widget will be uncollapsed by the second.
 * This is just a concept and you might have to adjust code to your theme. When 
   you find it difficult, I will help you if you can show me your site.
 *  Plugin Author [blogger323](https://wordpress.org/support/users/blogger323/)
 * (@blogger323)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/one-widget-expanded/#post-4920408)
 * After a few weeks of no response, I’d like to mark this as resolved because I’ve
   answered enough information.

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

The topic ‘Expanded widget?’ is closed to new replies.

 * ![](https://ps.w.org/standard-widget-extensions/assets/icon-256x256.png?rev=983548)
 * [Standard Widget Extensions](https://wordpress.org/plugins/standard-widget-extensions/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/standard-widget-extensions/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/standard-widget-extensions/)
 * [Active Topics](https://wordpress.org/support/plugin/standard-widget-extensions/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/standard-widget-extensions/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/standard-widget-extensions/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [blogger323](https://wordpress.org/support/users/blogger323/)
 * Last activity: [11 years, 12 months ago](https://wordpress.org/support/topic/one-widget-expanded/#post-4920408)
 * Status: resolved