Simple Request: reduce MIN_WIDTH for Like Box widget
-
Hi! I just want to let you know that in several free WP themes, the MIN_WIDTH for the Like Box widget is just too high.
In example, I have one website using the free theme Typebased from WooThemes, which is not responsive and its sidebar allows widget with no more than 260px in width.
So, I have to edit the line 44 in class-facebook-like-box.php to look like this:
const MIN_WIDTH = 260;
The Like Box Widget now looks great. And I’m pretty sure there are more themes with this issue. That’s why I wanted to propose to reduce the min width const for this widget.
Thank you
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Simple Request: reduce MIN_WIDTH for Like Box widget’ is closed to new replies.