Follow the below steps to reduce the space between ‘Header’ and ‘Pagelist’ widgets in Blogger:
- In your blogger Dashboard go to Template >> Edit HTML
- Search for text ‘.tabs-outer {‘ and add below line of code to this block.
margin-top: -25px !important; www.dbappweb.com - If ‘.tabs-outer {‘ is not exist in your template then search for the text ‘]]></b:skin>‘ and add the below lines of code before this test.
.tabs-outer {
margin-top: -25px !important;}www.dbappweb.com
- you can change the highlighted value for a suitable margin.
- Click on the ‘Save Template’ button and see the changes in the browser, you can see the preview also before saving the template by clicking on the ‘Preview Template’ button.
Related Posts
- How To Change Widget Title Background On Blogger
- How to Add Adsense Ads Between Blog Post and Comment Box in Blogger
- How to Enable Search Description for Blogger and Blog Posts
- How to Make your Blogger Blog Template to fit any Screen Resolution
- Remove Empty Space Left on Top After Removing Navbar in Blogger
- Show more than 200 comments on Blogger Page or Post
- How to Split or Divide Blogger Header in Two Parts?
- How To Show Post Title Before Blog Title in Blogger?
- How to add a gadget above header in blogger?
- How to reduce space above the Title in Blogger
- How to reduce space between Title and Description in Blogger
- How to customise Read More link in blogger
- How to reduce space between gadgets in Blogger?
- How to add Recent Posts Slider with images for Blogger?
No Responses