Thursday, April 20, 2017

Question : How can i always show the sidebar on the blogspot page?

Question : How can i always show the sidebar on the blogspot page?

Answer :

Just follow these steps below :

1- Go to blogspot dashboard of your blog
2- Go to Theme
3- Live on blog -> Customize (Blogger Theme Designer)
4- Go to Advanced
5- Click "Add CSS"
6- Copy these codes to the "Add Custom CSS" ( at the end of the last line )

    #gadget-dock{
     position: fixed ;
     right: 0px ; }

* if you use left sidebar copy these codes below

    #gadget-dock{
     position: fixed ;
     left: 0px ; }

No comments:

Post a Comment

POPULAR POSTS