Don't resize Sidebar

Support Ticket

Don't resize Sidebar+status
 

Don't resize Sidebar+issues

The sidebar is automatically resized depending on the width of the browser window. However, from a simple design/layout perspective, the sidebar (which includes the logo) should always have the same width, and only "primary" should adjust. How can I change the setting for "secondary" to not resize the width?

 

resizing is generally harder than not.  If you don't want it to resize, you can just set the width in pixels rather than percentages.

 

connectipedia.org has a fixed-width site.

 

fwiw, resizing is very useful in contexts where people can make use of more real estate.


i am comparing to wikipedia, where the sidebar is fixed, but the main part is flexible. how can i implement it here?

  --Philipp.....Sat Mar 31 01:47:24 +0000 2012


Set the width of the sidebar in pixels in CSS. Eg. width: 200px

  --Ethan McCutchen.....Sat Mar 31 03:39:53 +0000 2012