Have you ever thought of bringing the Blogger navbar to the bottom of the page?
This post is focused on the same fact. We will tweak the Blogger navbar to get down and listen to us so that it comes down to the bottom of the page.
1. Go to Dashboard > Select the Blog > Template > Edit HTML
2. Search for ]]></b:skin> in your HTML.
3. Just before the code paste the following:
#navbar-iframe {
position: fixed;
left: 0px;
right: 0px;
bottom: 0px;
}
4. Save the template and enjoy. You can preview the template in advance to look at this beautiful effect to the bottom of the website.
Here is the trick to bring the Blogger Navbar to the bottom of the HTML page/Site.
1. Go to Dashboard > Select the Blog > Template > Edit HTML
2. Search for ]]></b:skin> in your HTML.
3. Just before the code paste the following:
#navbar-iframe {
position: fixed;
left: 0px;
right: 0px;
bottom: 0px;
}
4. Save the template and enjoy. You can preview the template in advance to look at this beautiful effect to the bottom of the website.
No comments:
Post a Comment