How to reduce space between page tabs and blog posts in Blogger:
After adding static pages to your Blogger on top position, you can see some empty space between page tabs and blog post on your Blogger blog. We can increase or decrease the space between pages and posts on Blogger blogs. Below I'm showing the procedure to decrease space between posts and pages.
Follow below steps to decrease space b/w posts and pagelist widget on your Blogger blog.
Step 1 : Go to Blogger Dashboard
Step 2 : Click on Template
Step 3 : Click on Edit HTML
Step 4 : Search for below code
.tabs-outer {
After finding add below line before closing tab of the above code
margin-top: -10px;
Step 5 : Click on Save template.
Like this you can decrease or increase space. If you want reduce space decrease value in the above code and if you want to increase just increase value in the above code.
No comments:
Post a Comment