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.