How to reduce margin of my right side sidebar of blogger by css This will reduce the gap between right border and right inner side, margin. #sidebar-right-1 { margin-right:-10px; } This will reduce the gap between left border and left inner side, margin.[ .column-right-inner] this code will reduce the gap between right side sidebar and […]
Category: margin padding
This post give an idea to increase the margin ( gap ) above header. There are two header elements Header1 and Header2 because the header is broken into two column in this case . But there may be only one header element in other cases.The steps are.Go to Template>Html>ctrl+Find (Header1). Copy this widget foe its […]
This is very powerful tip for blogger. Go to Template.click on AdvanceClick on Add CSSPut this code for HTML/JAVASCRIPT ID= HTML1. Here HTML1 is widget id . You can find it at the top address bar of a particular widget. Put this code in Add CSS box. You can control any particular widget by selecting […]
Here I will show you how to reduce margin and padding at the left of main section ie post of the blogger section.First you find this code <Variable name=”main.section.margin” in HTML section of your blog by ctrl+F method. I think you know this. If you have any problem then post your comment at the below of this […]