View Single Post
  #400  
Old 01-25-2014, 06:55 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

Small fix for the Facebook social sharing button, so that the FB comments box is fully visible onclick... (reBOOT v2.x).

skin/reboot/css/reboot.css

After...
Code:
#social .pinterest-pinit { margin-top: 40px; }
Insert...
Code:
div.fb_edge_widget_with_comment { width: 450px!important; } .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe[style] { min-width: 450px!important; }
__________________
xcartmods.co.uk
Reply With Quote