WHAT IS THE RIGHT LAYOUT FOR YOUR BLOG?

Right structure or layout is important for any blog or site. On my blog I have a three-column layout. But the site is still just one column. I don’t necessarily mind a three column layout as long as it remains clean & streamlined. but, if it gets too busy then it won’t be a pleasant experience. And, making your blog pleasing to the eye is one of the keys to keeping your readers engaged and coming back.

Here I am presenting some correct layout:-

One column layout


There isn’t a lot of variation for a one column layout, the content is front and center.


Two column layout


The two column layout can be displayed like the image above content/sidebar. And, you could also switch it up and go sidebar/content. Which ever fits your flow is going to be the best decision.


Three column layout


The three column layout offers the most flexibility, but like I mentioned before be careful the “look” of your blog doesn’t get too busy or overwhelming. The image above is set up as sidebar/content/sidebar, but you could also do content/sidebar/sidebar, or sidebar/sidebar/content.

You could also separate out the footer into two or three columns to add more room for widgets. And, you could also swap the menu & header areas.

How to Remove Blogger Navigation Bar (Navbar)

Blogger show a navigation bar by default at the top of every blogger blog. It’s called navbar (Navigation Bar). Navigation is not bed it may be useful. But sometime we need to remove this navbar because it does not look professional. The Blogger navbar is mostly hidden in in third party blogger templates. Now i will show you that How to Remove Blogger Navigation Bar (Navbar). Just follow the instruction.

There are some advantages of Navbar:-
When you click on the B icon, it will take you to blogger.com
a quick link to your Dashboard and "Sign in /Sign out" dialog
You can easily search for other blogs
Next Blog - takes you to a random, recently-updated Blogger blog

The disadvantage of navbar is If you have customized design, Navbar doesn't adjust with design for looking wise.
Process:-
1. Hiding of Navigation Bar is very easy. You have to add small CSS code in your blogger template.
2. Go to your Blogger dashboard
3. Click on > Template >Edit HTML
4. Now find “]]></b:skin>” and just before this code pase above given CSS.
5. Now save your Template and refresh your blog and see blogger navbar has been removed. 

Add below given CSS in your blogger template:-



Finally, Problem solved!
Now you can Remove Blogger Navigation Bar (Navbar)
Congratulations!
If there any problem, don't hesitate to contact me

How to change mouse cursor pointer in blogger

Change mouse cursor in blogger blog with fancy or cut cursor. You can use animated cursor according to your blogger design. Change your pointer with your favorite image to make your blog more stylish. It’s very easy to change mouse point in blogger or BlogSpot blog. Many blogger ask this question how to use custom mouse pointer in blogger blog. So today am writing this post to guide all my blog reader. Customize your blog by changing mouse cursor. Now i will show you that How to change mouse cursor pointer in blogger. Just follow the instruction.

Process:-
1. Login to your blogger Account
2. Select your Blog.
3. Click Template
4. After this Click to Edit HTML option.
5. Now Find “]]></b:skin>”Code By pressing Ctrl+F.
6. Now exactly before it, add the below any Cursor Design Code which you like.
7. Now Click Save Template Button.


Some Cursor Design is Given Which you like Copy Code and past It Before]]></b:skin>

Design 1:-

Design 2:-



Design 3:-



Design 4:-

Design 5:-



Design 6:-



Design 7:-



Finally, Problem solved!
Now you can change mouse cursor pointer in blogger
Congratulations!
If there any problem, don't hesitate to contact me

How to Add Back To Top Button in Blogger With Smooth Scrolling

It is the time to forget old way pressing scrolling button for go to the top of the page and it’s take long time to reach to top of the page. Just add a new smooth back to top button. It’s very cool widget for blogger. Suppose your webpage is very long and user wants to go in the top of the page. In that case it’s a best way to adding a smooth scrolling button for again go to the top.Now i will show you that how to Add Back To Top Button in Blogger With Smooth Scrolling. Just follow the instruction.

Process:-
1. Go to Blogger
2. Take Backup of your Blog Template
3. Go to Template > Edit HTML > search for the <head>
4. just below/after the <head> tag place this bit of code: and save template 

note: you may already have a jquery script in your blog’s template, if you are using Jquery Script on your blog then skip process no. #3 and #4

5. Now go to Layout > click Add a Gadget > select an HTML/Javascript
6. Copy and paste the code below into the content section.




7. Now save.
note: You can change the Back To Top button by replacing the Image URL which is at the end of the code

Here some Image URL with different Back To Top button:-

http://www.carrieloves.com/wp-content/uploads/2015/02/back-to-top.png


https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGkzv_0zhroWQgbIiqo_BIdXR5EW7X8gbCJqx49TdrynT47hVGfQy4VCxJ81ftWIQ5GE3G0P2vu3vNDGcPnCBKWDbH5RPP1Jj-3aPfX4zlFRhyWYJaUDhH6l9fW0v_WWlujfId4s9WPWd_/s1600/back+to+top+.png

Finally, Problem solved!
Now you can Add Back To Top Button in Blogger With Smooth Scrolling.
Congratulations!
If there any problem, don't hesitate to contact me

How to Add code box area in Blogger

Did you ever wondered how to add code boxes on your blogger post? There are two ways, one is a simple method which is best suited for beginners (like me) and the other is the advanced method which gives your code box a more professional look but requires a little source tweaking. But here i am shearing the 1st method that is quite easy to apply. Basically code box separate the HTML code from the other text. It seems nice and easy to understand the code. Now i will show you that How to Add code box area in Blogger. Just follow the instruction.

Process:-
1. From blog post click on HTML

2. Now copy & paste the following code
<textarea name="textarea" cols="40" rows="4" wrap="VIRTUAL">
YOUR CODE
</textarea>
3. Now save and view.

note: the code box will appear like the above
Just replace your html code with YOUR CODE
You can also increase the row number by change it.


Finally, Problem solved!
Now you can Add code box area in Blogger.
Congratulations!
If there any problem, don't hesitate to contact me

How to Add Page Number Widget for Blogger

Suppose you have 100 of page in your blogspot and you do not have page number navigation widget in your blog then you have only older post button & newer post button. To visitor know how many page you have in your blog It is necessary a page navigation. And second thing is this somebody want to go to page number 15 if you use this widget by using page number navigation they can easily jump on page number 15. So this widget makes easy to access your sites or blogs post. Now i will show you that How to Add Page Number Widget for Blogger. Just follow the instruction.
Process:-
1. Sign in to your blogger account
2. Now Go to blogger layout option.
3. Select add Gadget option
4. Select “HTML/JavaScript” Gadget 
5. Now copy and past below given Java Script in HTML/JavaScript content box
6. Now click on save
7. . Now drag this widget just below of blogger posts section 
8. Now use and enjoy

Here given some page navigation style:-





Finally, Problem solved!
Now you can Add Page Number Widget for Blogger
Congratulations!