Showing posts with label Fixed. Show all posts
Showing posts with label Fixed. Show all posts

Sunday, 10 September 2017

Blogger Sidebar Fixed with only CSS

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: 


  • 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!