Sunday 15 September 2019

How to decrease or increase space between Blog Post and Sidebars

                In this post, we will see How to decrease or increase space between Blog Post and Sidebars

 
Follow the following steps:

1. Go to www.blogger.com. Get logged in using your gmail credentials.

2. Go to Theme -> Edit HTML.

3. Search for ]]></b:skin> .

4. 
To decrease space between Blog Post and Right Sidebar, add following code before ]]></b:skin>

 #sidebar-right-1{
position: relative;
left: -30px !important;
}


To decrease space between Blog Post and Left Sidebar, add following code before ]]></b:skin>

 #sidebar-left-1{
position: relative;
right: -30px !important;
}


To set distance between Blog Post and Sidebars, replace -30px by other number as per our necessity.

 
    

No comments:

Post a Comment