Jump to content


robertinosalemi's Content

There have been 2 items by robertinosalemi (Search limited from 09-May 23)


By content type

See this member's

Sort by                Order  

#477 [Module] Prestashop Facebook Like Box Free 1.9.1

Posted by robertinosalemi on 13 June 2014 - 02:43 PM in PrestaShop addons, modules, plugins

I have resolved:

 

<div id="widget_facebook_likebox">
 
<!-- IFRAME Facebook -->

</div>

<style>
#widget_facebook_likebox iframe {
    width: 100% !important;
}
</style>



#476 [Module] Prestashop Facebook Like Box Free 1.9.1

Posted by robertinosalemi on 13 June 2014 - 01:56 PM in PrestaShop addons, modules, plugins

Hi to all,
I'm using the module Prestashop Facebook Like Box Free 1.9.1.
It's very nice and direct to the scope.

I have a problem with my responsive template: I don't want a fixed width, but a width adjust to the width of my resolution.
So I set in the width record of module the value 100% or 'auto' but not works.

I try to force che with by CSS, but not works again.

Can I resolve it?

Thanks.