You can create Add a Gadget link to add a gadget above the header in blogger. To Add a Gadget above the header follows the below steps:
- In your Blogger Dashboard go to Template >> Edit HTML
- Search for text <b:section class=’header’ id=’header’ and you find the below line of code.
<b:section class='header' id='header' maxwidgets='1' name='Header' showaddelement='no'>
- Change the value of ‘maxwidgets‘ to 3 from 1 if you want to add two more gadgets in the header, you can increase it if you want more. Change the value of ‘showaddelement‘ to ‘yes‘ from ‘no’.
- After the above changes your code will be looks like the below code:
<b:section class='header' id='header' maxwidgets='3' name='Header' showaddelement='yes'>
- Click on ‘Save Template’ button and open the Layout to see the changes. You will find Add a Gadget link in the header section through which you can add the gadgets above the header.
Last Updated: May 12, 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
- 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 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