Sunday, January 18, 2015

How to remove a Gap or Space Between Post Body and Sidebar on Blogger ?

If we are new to Blogger, we may use the Built-in Blogger template, which are quite good and suits to every blogs and are very neat and clean. But sometimes we may want to customize the template for even more nice look.

While customizing the template, some of us may not like the space or Gap between the Post Body and Sidebar. and searches how to remove (or reduce or decrease) that gap between the post body and Sidebar?

Here is the solution:

Step 1. Go to Template >> Edit HTML
Step 2. Search for the code ]]></b:skin>
Step 3. Place the below codes just above or before ]]></b:skin>

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

Step 4. Now save the template then you are done!

Note:- You can adjust the value -45px according to your spacing.
            It not only works on built in blogger template but also in Other templates.

1 comment: