• I have the widget installed at this page http://www.fingerlakesfresh.com but when the page is viewed on a mobile device the FaceBook feed shrinks to a very thin column – without changing the font or content size.

    is there a solution to this?
    thanks
    Michael

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support weblizar_support

    (@weblizar_support)

    Hello mtcllc,
    the theme css is conflicting.. follow the below steps to resolve the issue-
    1) open the file “facebook-by-weblizar-short-code.php” in the plugin folder.
    2) paste the following code as shown here

    <?php
    if ( wp_is_mobile() ) {	?>
       <style>
       #weblizar_facebook_likebox-2 {
        float: none !important;
    }
       </style>
    <?php }	?>

    Let us know if the problem is not resolved.
    Thanks

    Thread Starter mtcllc

    (@mtcllc)

    No change – the page still has the issue.

    • This reply was modified 9 years, 5 months ago by mtcllc.
    • This reply was modified 9 years, 5 months ago by mtcllc.
    Plugin Support weblizar_support

    (@weblizar_support)

    Hello mtcllc, we’ve tested your site on mobile devices after the changes, it is showing correct now. HERE is the screenshot, please specify which device you are using..we’ll test it on that and let you know.
    Thanks

    Thread Starter mtcllc

    (@mtcllc)

    I was using an android device – but today I’m using an iPhone and I do not even see the site – just a blank page.

    Thread Starter mtcllc

    (@mtcllc)

    I see that it works fin on android devices – but on iPhones it is a blank page. If I remove the additional bit of code it shows on both devices – but with the very narrow format.

    Thread Starter mtcllc

    (@mtcllc)

    Okay! – I think I made a typo and now it is working!

    Plugin Support weblizar_support

    (@weblizar_support)

    Hello mtcllc
    We appreciate your efforts.Let us know for further assistance.
    Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘widget sizing when viewed on mobile device’ is closed to new replies.