Responsive facebook like and comment box
If the plugin code you used for facebook like, comment and share box isn’t responsive, then adding following to the CSS file will solve your problem. Make sure class name matches with the plugin code’s class.
@media only screen and (max-width: 767px)
{
.fb-comments {
width: 100% !important;
}
.fb-comments iframe[style]
{
width: 100% !important;
}
.fb-like
{
width: 100% !important;
}
.fb-like iframe[style]
{
width: 100% !important;
}
.fb-comments span
{
width: 100% !important;
}
.fb-comments iframe span[style]
{
width: 100% !important;
}
.fb-like span
{
width: 100% !important;
}
.fb-like iframe span[style]
{
width: 100% !important;
}
}
Posts you might like
Solved - Reset Wordpress admin password no email, no phpmyadmin access
Didn't get reset email to change wordpress password? No access to phypadmin? Follow this one simple step to reset your wordpress admin password. read more
Solved - Website loading slow because of connecting to gc.kis.v2.scr.kaspersky-labs.com...
Because of some reasons, your website might be slower than it should be. Here is how to fix connecting to gc.kis.v2.scr.kaspersky-labs.com js request injection. read more
Blogging like a Hacker - Jekyll Tutorial
Learn to blog like hacker, Jekyll tutorials from basic installation to deployment, and more advanced stuffs too. read more
Configuring .np domain for Github page
Pointing .np domain to Github page website, Jekyll Website, gh-pages. register.mos.com.np doesn't allow you to add A records to point to Github so here is the most easiest way how... read more
Free website hosting with Github
Save your money and hassle by hosting your websites with Github, no any charges, you can host unlimited websites with high bandwidth. read more
Get a free .me domain with Github Student Developer Pack
Get a free .me domain name in easiest manner from Github Developer Pack. Also with this pack, you will be getting a lot of tools and freebies worthing so much.... read more