A. Add the following markup in header.php file just before the line which looks like
// code for sidebar goes here
B. Add the following markup in footer.php file just after the line which looks like
// code for sidebar goes here
C. Add the following to your style.css file: #xtra-container { clear: both; overflow: hidden; padding: 0; position: relative; width: 1700px; } .new-leftsidebar { float: left; position: fixed; top: 0; width: 200px; } .new-rightsidebar { float: right; position: fixed; top: 0; width: 200px; }