Jump to content


robertinosalemi

Member Since 13 Jun 2014
Offline Last Active Jun 13 2014 02:42 PM
-----

#477 [Module] Prestashop Facebook Like Box Free 1.9.1

Posted by robertinosalemi on 13 June 2014 - 02:43 PM

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

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.