Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #211235

    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

    #211328

    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

    #211555

    Hi Ismael,

    It worked perfectly. I only changed the width to 200px ;-)

    Thank you.

    br
    tiago

    #211672

    Hi!

    Glad it worked. :)

    Regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Responsive Facebook widget’ is closed to new replies.