Blogger Sidebar Fixed with only CSS
You can arrange your blogger sidebar in several ways. Here I will show you some way of displaying sidebar as like fixed, sticky, animating. So lets see some example!
Follow the instruction below:
]]></b:skin>
.column-right-inner { position: fixed; }
Follow the instruction below:
- Go to your blogger blog Dashboard > Template > Edit HTML
- Search (CTRL + F) for the following code:
]]></b:skin>
- And just before ]]></b:skin> paste the CSS code below:
.column-right-inner { position: fixed; }
- Save Template. We're Done!
0 comments