How To Move The Blogger Navbar To The Bottom Of Your Blog


| | 8 comments
blogger navbar tricksA recent suggestion i seen in the comments for Blogger Buzz The official Blogger Blog, was to provide the option to display the NavBar on the bottom of the page on your blog instead of the top.A lot of blogs have Removed the Blogger Navbar but it can be very useful for both the author of a blog and especially for the readers so this seemed like a great idea.

However it's highly unlikely Blogger will consider this suggestion but if you also like this idea don't worry, i have a way you can move the navbar to the bottom of your blog in just 3 quick steps.To show you how it looks take a look at this demo : Navbar On Bottom Of Page


Move The Blogger Navbar To The Bottom Of Your Blog



Step 1. In your dashboard click 'Design' > 'Edit Html'


Blogger layout

edit html blogger


Step 2. Find the following piece of code in your blogs html :
(Click Ctrl and F for a search bar to find the code, More Info - Basic Blog Tips And Tricks)

]]></b:skin>


Step 3. Copy And Paste The following code Directly Above/Before ]]></b:skin>

#navbar-iframe {
position: fixed;
right: 0px;
bottom: 0px;
left: 0px;
}

Click Save and the Navbar on your blog is now positioned at the foot of your blog !

Very easy, another cool effect is using a Hover Effect Navbar.This effect makes the navbar only visible when you place your cursor over the navbar section of the page.

Drop Your Comments And Questions Below.
If You Enjoyed This Post Please Take 5 Seconds To Share It.

Stay Connected With Free Updates

Subscribe via Email

8 comments:

  1. Didn't work for me:( I tried it like 100 times!!!
    ReplyDelete
  2. This code floats the blogger bar on top of the blog nifty, but not quite what I'm looking for. Love this code for comments though!
    ReplyDelete
  3. So creative! I think u could set body{margin-bottom:30px} and #navbar-iframe{z-index:100}
    ReplyDelete
  4. Can you tell me how to place the Navbar at the top of the blog but when I scroll, it follows like how it does with this?
    ReplyDelete
  5. had a blog makeover and had to find "moving the nav bar" that you once suggested over a year ago...found your page agian with a google search. Then found your latest link on hover affect... it worked great. Thanks again for the trick/tip...kudos on your site.
    ReplyDelete
  6. howdy. my nav bar just dropped and is covering my banner. i use blogger classic. i don't know why this suddenly happened. any idea how to fix it?
    ReplyDelete

Asking a question ? Make sure to click the subscribe by email link below the comment form to get notified of replies !