ONE KILLER TRICK TO GET YOUR BLOGGER RESPONSIVE
Are you trying to make your blogger template responsive but fail? Have you tried many CSS media queries to no avail. This problem arise when...
Are you trying to make your blogger template responsive but fail? Have you tried many CSS media queries to no avail. This problem arise when you use the free template provided by blogger there are many free and premium responsive to install. However, if you need do all the heck your self. It's just this trick.
The CSS bundle inside the <b:skin> caused it. All you have to do is follow this step to disable it
1. Search for <b:skin>
Replace the code with the below code
2.Add responsive meta data immediately after <head> tag
Note:backup your template first so that you can fall back when you mess up.
Your blog becomes ugly.
Now you can style as you like.
To make your work faster use any Web framework like bootstrap or UIkit
Happy learning.