Skip to main content

How to make Blogger template Responsive & mobile friendly

How to make blogger template responsive


     You are thinking How are Responsive Layouts Designed. For me it's very simple to design responsive blogger template. In fact every template can be changed into responsive template. The only thing you need to know is HTML and CSS. If you know both,  then it will be very easy to make your template responsive.

Every template can be made responsive in just 2 simple ways which are: 
1. Meta viewport.
2. @media queries.
 
     Normally browsers opens Web Pages in desktop view. It is OK to view Webpages in desktop but when you open your Web Pages in mobiles or low resolution screens, It becomes very hard to read and click on links.

     You have to zoom every time you want to read a portion of Webpage. To overcome this situation we need to help our browser in detecting device-width which is done with metaview ports.

     Meta viewport helps in detecting device width for the browsers. Now the next step is to add media queries. In media queries we use custom CSS for different screen sizes. Media queries acts as the conditional if else tags for the browsers. 

     Example. For desktop view you set 3 column view and for tablet you use 2 column view and similarly you use single column for mobile phones. Now when a person opens your website,  then the browser will detect screen size with the help of meta viewport and then will call appropriate css for that device.

     To make your website responsive you need to follow two basic steps which I will explain below.

Step by step to make responsive templates.

Step 1:  add meta viewport just below the <head> tag of your blogger template.
<meta name="viewport" content=" width=device-width, initial-scale=1, maximum-scale=1"/>

Step 2: Add media queries to your css file.
/* Laptops & Desktops */
@media only screen and (max-width : 1280px) {
/* css here will be rendered if and only if device width is less than 1280px */
}
/* Tablets 1024px */ @media only screen and (max-width : 1024px) { /* css here will be rendered if and only if device width is less than 1024px */ }
/* Tablets 768px */ @media only screen and (max-width : 768px) { /*  css here will be rendered if and only if device width is less than 768px */ } /* Phones 640px */ @media only screen and (max-width : 640px) { /*  css here will be rendered if and only if device width is less than 640xpx */ }
/* Phones 480px */ @media only screen and (max-width : 480px) { /* css here will be rendered if and only if device width is less than 480px */ }
/* Small Mobiles 320px */ @media only screen and (max-width : 320px) { /* css here will be rendered if and only if device width is less than 320px */ }
 

Helpful Tips:

1. Always Use percentages in writing CSS values instead of numeric values to define width of columns. This will make your template highly responsive.
2. Always use  max-width, box-sizing, and min-width properties.
3. Use css like below and only make changes with percentages.
@media only screen and (max-width : 320px) {
.sidebar{ width: 100% ; float: none; }
}
4.  If you want to hide any particular section just use Display:none; in the css.
         Note: there are many breakpoints for media queries but here I show only common breakpoints that are sufficient for every type of device width. You can see my template which is highly responsive and I use only these media queries.

How to enable responsive template for blogger mobile.

     If you successfully followed all the above steps then it's time to activate your responsive template for blogger mobile view.
Step 1: Go to Blogger Dashboard.
Step 2: Click on Template.
Step 3: You will see a gear icon in mobile template. Click on that icon.
Step 4: Now you have to select " Custom ”
Step 5: Save all the changes.

How to make blogger template mobile friendly without editing template and media queries

     If you find about method difficult or you don't know how to use media queries with css. Then you need to use this method to make your blogger blog mobile friendly.
Step 1: Go to Blogger Dashboard.
Step 2: Click on Template.
Step 3: You will see a gear icon in mobile template. Click on that icon.
Step 4: Now you have to select “Yes. Show mobile template on mobile devices.”
Step 5: Save all the changes.
 

Comments

Post a Comment

Comments that are not related to this post will be deleted.
Spammers please stay away.

Popular posts from this blog

Truth about IMEI lock in Jio SIM and other Rumors

     Hello friends, today I am writing this article to clarify some rumors about Reliance Jio. We all know that Reliance Jio services are revolutionary and reliance wants to make 10 crore customers in 1 year. Reliance Jio is offering high speed 4G internet and free voice calls, that's why competitors are spreading new rumors every week. These competitors have fear that they will loose their money laundering business and customers. We all are aware of fake 4G speeds of Airtel, IDEA and Vodafone. You can watch ZEE NEWS report on 4G Internet Speed Scam on YouTube. Now these companies are spending more by creating false information against Reliance Jio. Must Read: Jio Call Quality Review. Rumor 1. Once you purchase & insert the Jio SIM, your mobile will be locked for Jio only and no other SIM will work on your phone. Truth:     We all are living in 21st Century right?. we all are aware of Rules and Regulations made for telecom operators by ...

Build high pagerank do follow backlinks

    If you are new in blogging field and tired in building high pagerank dofollow backlinks but still didn't get any for your site, then try commenting on below blogs of high pagerank which are do-follow websites.     Do follow backlinks will definitely increase your search presence because  more sites pointing to your sites means you have quality contents and this is the factor on which search engine rank your page in searches.       These backlinks tells the search engines to pass link juice to the pointed site or you can say they tells the search engines to follow that link. Related : Top 10 Backlinks Checker Tools Domain age and Tools for checking Domain age Case Study on how to get unlimited traffic everyday.      If you want to read about backlinks in detail then you can read  A Complete Reference to Backlinks Dofollow vs nofollow     Dofollow means the link will give you importance while a nofol...

Top 100 forum sites list in india

     Forums are the best way of generating quality backlinks and to make a online business successful. In India we should have quality backlinks from Indian forums to get Indian business, that's why I decided to create a list of 100+ do-follow forum sites which are based in India and have high Page Rank and domain authority. These sites have 90% of Indian traffic, so it is easy to target Indian traffic for free.       We also have list of forums which are USA and UK based. In this post I created a list in 4 parts, 1st part consist of SEO related forums, 2nd contains forums of webmaster, 3rd is of gaming type forums and 4th is for chatting and discussion forums. I hope you will get appropriate forum for developing your business and niche. Feel free to comment below if these sites helps you. Related: Social Bookmarking Sites List Without Registration Dofollow social bookmarking sites list Dofollow Photo Sharing Sites 100 Top Indian Classified sites ...