Hi,
I am currently “moving” to the ENFOLD theme from the FLASHLIGHT theme. Once again, I would like to congratulate you for you wonderful themes and great support – we do learn a lot, just by reading you support forums ;-)
I am using the official Facebook widget on my footer but I would like it to be responsive. I am using a 3 column footer and, whenever I use my iPad on portrait mode, the Facebook widget overlaps the other colums. (www.estudiovilla.com)
Could you please teach me how to do this. Thank you very much.
Best Regards
Tiago
Hi etiagomail!
Please use this on Quick CSS or custom.css:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.fb_iframe_widget iframe {
width: 220px !important;
}
}
Remove browser cache then reload the page.
Best regards,
Ismael
Hi Ismael,
It worked perfectly. I only changed the width to 200px ;-)
Thank you.
br
tiago