Welcome To "Softway RKO" !

What You Can Get in Softway RKO?

We provide the tutorials, guides, articles, tricks and tips about Blogger, Blogging, SEO Tips, Basic Tips For New Bloggers, Making Money Online, Widgets, Templates and many more resources. All this is just for free! You can Sign Up to get updated for Latest Posts.

Thursday, June 5, 2014

Filled Under:
, ,

How to make Blogger Template Responsive


HTML tutorial

Click Below Ad for Leaning Blogging Tricks.

Next Blogger Tricks

Today's blogger want to interested in fluid and flexible in their blogger template compared to traditional its width are fixed in layouts.It mean your blogger template perfectly display in all devices like Mobiles , Tablets and Desktops/Laptops .In 2010 are not available tablets but now 2014 tablets are available with Gravity sensor means the tablet come feature of Landscape mode and portrait  so, but our blogger blog template are not suitable for this types of tablets because some  blogger template are comes with responsive layout for all devices but many other have a big problem to perfect display in tablets and smart phones.
Also Read:-Top 3 Floating Social Media Widgets for Blogger
In this tutorial you will learn more hoe to enable your blog's layout adjust itself automatically to the resolutions of all Devices.
I can easily explain the whole tutorial for your better understanding.
I can explain this tutorial step by step.
What is the meaning of Responsive Layout?
Responsive layout means a responsive webpage is a flexible design that adjust its width and height according to visitors Devices Resolutions.The Blogger template not supported Responsive but these blogger template look completely different compared to Desktop template layout.In the default blogger template are mobile optimized but those style are too simple and don't show template features of desktop layout its only post not widgets.

Check your blogger template in different Resolutions:-
Just view it using this tool created by Mattkersely are implemented on Studio Press Server.You will see preview your template in different sizes of Devices.it contain four types resolution .just you can insert your blog URL then result are display in your screen.
                                                Preview Responsive Design    
 How to make Blogger Template Responsive?
Normally Mobile Browsers emulates a desktop style resolution into small screen that is often difficult to read and browse because in small screen sizes phone we're are zoom in other place for reading or see images.In Smartphones how difficult it is to click a link in smartphones unless you zoom it for tap the link.But now to learn about how to perfect display blogger template in all types of screen sizes.
Adding Meta tag Viewport for Flexibility Layout:-

  • Go to Blogger Dashboard>>Template>>Edit HTML
  • Find the <head>  using (Ctrl+F)
  • Paste the following code below <head>

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>

  • Click on Save Template. 


Use CSS3 Media Queries:-
Blogger Template doesn't support responsive layout but the template perfectly work in Desktop or Laptop but doesn't work in Smartphones and Tablets.So,Using this CSS3 Media Queries to make responsive layour in Smartphones and Tablets(Landscape and Portrait) Devices.

@media screen and (max-width : 480px) {
/* If screen size less than 480px Load these styles */
/* Done for Smart Phones */
}


@media screen and (max-width : 768px) {
/* If screen size less than 768px Load these styles */
/* Done for Tablets */
}
This Media Queries automatically changes blogger templates' Width and height according to Resolutions of Device.

Final Words
That's clean you how to make responsive design in template and I hope this whole Tutorial won't let you face problems or getting error during this process so comment for your solutions and don't forget to like our Facebook Page.
Happy Blogging!


0 blogger-facebook:

Comment here

 
  • Home
  • About Us
  • Contact Us
  • Sitemap
  • Privacy Policy
  • Back To Top