Blogger Help: Decrease the space between sidebar and post body

November 15, 2013
Blogger Help:  Decrease the space between sidebar and post body
Google Blogger has beautiful inbuilt blog templates that gives a nice look to our blogs,

we can use them without making any significant changes, but sometimes we are interested to customize the template in our own way

If you your blog have space between post body and sidebar or may be the spacing between header and post body,
So basically at last we need some partial changes to the templates to make a self satisfactory blog, in this context we need to learn some primary coding languages.

Follow the following steps Provided by Dealdimer.com :-

1) Go to Template-----Edit HTML

2) Search for the code ]]></b:skin>
3) Place the following piece of codes just before step 3 code

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

Now You can adjust the value -12px according to your spacing.

Related Posts

Next Article
« Prev Post
Previous Article
Next Post »

No comments