Hey there during the designing the template of my job portal ( www.employment-news.net ) i needed to reduce the distance between tab menu and post title in template as there was more gap between them.
I needed the method to reduce this gap, there was one another reason also, That was i had to put my adsense code at that place but due to being large gap it was looking too bad, then i started searching on the web to get any method to solve this problem, and finally got, I think you may be facing same problem with your template that is why you've came here, I gonna share that the method I've used to reduce the gap between tab menu and post title in blogger.
For Increasing the Gap -10, -5, -4, -2, -1, 0, 1, 2, 5, 10............according to need
For reducing the Gap -10, -11, -12, -15, -20 .............according to need.
you can see live preview of your blog when you are applying this code to the CSS field.
Now Apply these setting That's it....
I needed the method to reduce this gap, there was one another reason also, That was i had to put my adsense code at that place but due to being large gap it was looking too bad, then i started searching on the web to get any method to solve this problem, and finally got, I think you may be facing same problem with your template that is why you've came here, I gonna share that the method I've used to reduce the gap between tab menu and post title in blogger.
To do this you have to follow these simple steps, generally these steps have been common for all the blogspot bloggers as these steps are followed everyday in their blogging time..
so here is the recipe..
Step-1 After logging to your blogger account you have to click on template button then click to customize template.
Step-2 In this step you have to click advanced option and then click to "Add Css" option Then paste the below code in CSS field..
.tabs-outer {In the above code the highlighted number is the value which can be change according to your need, In case you have to increase the gap between the tab and post title you can increase the value from negative to positive..
overflow: hidden;
position: relative;
margin-bottom: -10px;
}
For Increasing the Gap -10, -5, -4, -2, -1, 0, 1, 2, 5, 10............according to need
For reducing the Gap -10, -11, -12, -15, -20 .............according to need.
you can see live preview of your blog when you are applying this code to the CSS field.
Now Apply these setting That's it....