Your sidebar widget has a fixed position in your blogger. In your blog there some unused space like the top of your sidebar. Adjusting the position of your sidebar maximize and utilize the space left on top. Changing the margin on top of your sidebar enables you to place more widget in your sidebar. In this tutorial I'm gonna teach you where to place the code to adjust the margin of your sidebar.
How to adjust your left or right sidebar widget?
1. Log in to your Blogger account.
2. Go to your blogger Dashboard.
3. Click on Template and click EDIT HTML.
4. Click anywhere inside the code and press CTRL+F to open the blogger search box.
Search this code <b:skin>.
5. Click the three doted line in <b:skin> and the code within it will start to appear. Now using CTRL+F search Columns to direct you to the Columns code section. Now insert this code.
" .column-right-inner {margin-top: -100px;} " this is for the right sidebar.
" .column-left-inner {margin-top: -100px;} " this is for the left sidebar.
NOTE: You can adjust the margin by your preference I just use -100px in my blog.
To get the picture of what I've done look below the picture.
6. Click Save Template to save the changes. Then click View Blog to see the changes in your blog.











