Category: margin padding
-
Very Important Margin Padding Edit for Blogger
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…
-
How to increas Margin gap above Header at the Top
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…
-
How to Reduce Margin above Blogger Post |Blogger Margin Padding Edit Post
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…