• Closed
  • Rosdi Ahmad
    Spectator
    May 14, 2014 at 12:07 pm #8416

    Hi,

    I would like to know, how to increase the height of the box. You can see in the page, the second row member’s image are showing one third.

    facebook.jpg

    Roman
    Spectator
    Posts: 3147
    May 14, 2014 at 12:47 pm #9732

    can you provide me the website URL please?

    Rosdi Ahmad
    Spectator
    Posts: 49
    May 15, 2014 at 6:56 am #9738
    Roman
    Spectator
    Posts: 3147
    May 15, 2014 at 9:25 am #9739

    you will need to edit file library/functions/widgets/facebook-like-widget.php

    try to change these values on starting line #34

    Code:
    $height = ‘240’;

    the problem is that facebook like plugin doesn’t recognize when the smaller screen is used and it will hide the avatar items. The problem will be still there on smaller screens. on my screen 1680×1050 your facebook box looks just fine

    Rosdi Ahmad
    Spectator
    Posts: 49
    May 15, 2014 at 4:33 pm #9740

    ok, will look into it. thanks.