Log in to the Tumblr website. Click the “Customize” button in the right sidebar. Click the “Edit HTML” link on the left sidebar to open Tumblr’s HTML editor. Scroll down and highlight your sidebar’s CSS code which will vary depending on your blog’s theme. For example, locate “#side{” and then highlight the code up to the closing bracket. Your blog’s theme may name this something else, such as #sidebar, #lefts or #leftbar. Press “Ctrl-C” to copy your sidebar’s CSS code to your clipboard. Move your cursor to the end of your sidebar code and then press “Ctrl-V” to paste a copy of it directly below. Rename your pasted sidebar. For example, change “#side{” to “#side2{” (omitting quotes here and throughout). Change the characteristics of your second sidebar’s CSS code so that it does not overlap your first sidebar. For example, if your first sidebar’s code includes “left: 1050px;” then you will want to decrease or increase that value so that the sidebars are positioned side by side. Entering “850px;” would place your second sidebar to the right of your first one. You can also change the width and height of your sidebar to avoid overlap. Paste the following code into a new line of text before your closingtag, replacing “Your 2nd Sidebar Name” with the name of your sidebar, such as “side2”:

Enter any text and HTML code you wish to add to your second sidebar before the