2015-03-16, 07:40:43
ok, I found some sort of solution but its more of a hack anyway:
sidebar:
css file:
Why the 103% you ask? because somehow 100% broke the FB internal padding or spacing and it looked ugly:
100%:
103%:
103% when not logged into FB:
It'll have to do for now.
sidebar:
Code:
<div id="likebox-wrapper"><?php get_component('facebook'); ?></div>
css file:
Code:
#likebox-wrapper * {
width: 103% !important;
}
Why the 103% you ask? because somehow 100% broke the FB internal padding or spacing and it looked ugly:
100%:
103%:
103% when not logged into FB:
It'll have to do for now.