About the author

Contact me via:
Contact e-Mail
Pronunciation

Disclaimer

The opinions and content expressed herein are my own personal opinions and content and do not represent the company or its view in anyway.
If you follow any advice or run any code published in this blog, you do so at your own risk.

Modifies Standard theme of BlogEngine.NET for Auto-Width

by eCollab @2008-11-03 12:05

The Standard theme come with BlogEngine.NET 1.4.5 is a 2-column and fixed-width layout, I just made a little changes:

  • Show sidebar in the left column, and content in the right column.
  • The sidebar column is fixed-width(which i set to 250px), and the content column will auto-fit horizontally.

Here is the snapshot(click to view full pic), or you can click here to see preview on my site:

stdautow

To change width of sidebar column, just modify stye.css as shown in following picture:

Preview: http://www.ecollab.cn/blog/?theme=Standard-AutoWidth
Download: Standard-AutoWidth.zip (7.64 kb) (Note: Tested in IE only)

Comments