Follow the below steps to remove the space left on top after removing the navbar in Blogger:
- In your Blogger Dashboard go to Template >> Edit HTML
- Search for text ‘</head>’ and add the below line of code just above this text.
<style type='text/css'> .content-inner { margin-top: -60px !important; } </style>
- 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.
Last Updated: May 11, 2020
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
- How to reduce space between header and pagelist widgets 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