Title: Sidebar &#8211; Navigation Menu &#8211; Posts
Last modified: August 21, 2016

---

# Sidebar – Navigation Menu – Posts

 *  [pedrosa02](https://wordpress.org/support/users/pedrosa02/)
 * (@pedrosa02)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/sidebar-navigation-menu-posts/)
 * Okay.. I have three questions about the admired theme
 * 1. 1st is how do I increase the width of the sidebar widget area.. most of the
   widgets I get are 250 so the overlap the menu bar ontop.
 * 2nd.. How do I center the entire Navigation menu?
 * 3rd. I want to be able to limit posts on the homepage to 250 characters and then
   add a link that says continue reading or read more…
 * Please help..

Viewing 1 replies (of 1 total)

 *  [ribbitfrog](https://wordpress.org/support/users/ribbitfrog/)
 * (@ribbitfrog)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/sidebar-navigation-menu-posts/#post-3681725)
 * 1. Edit the CSS – either create a new css file or modify whichever theme you 
   are using. Modify the width of the id #secondary to whatever you want – it is
   a responsive layout so you might want to set min-width:250px instead of a solid
   width.
 * 2. Again, edit the CSS. I don’t use the navigation menu so I’m not sure of the
   exact style, but it should be something like #nav-menu2. Try `text-align: center;`
   and `margin: 0 auto;` and maybe `position: relative`…otherwise google “center
   div” and you should be able to find the right styles.
 * 3. Post can be limited by number of words, but I’m not sure about characters.
   To do this, go to the Admired functions.php file and search for $excerpt_length–
   then change the value.

Viewing 1 replies (of 1 total)

The topic ‘Sidebar – Navigation Menu – Posts’ is closed to new replies.

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

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [ribbitfrog](https://wordpress.org/support/users/ribbitfrog/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/sidebar-navigation-menu-posts/#post-3681725)
 * Status: not resolved