".widget_facebook_likebox { overflow: hidden;" How do I unhide?
-
My facebook like-box isn’t displaying when the site re-configures to a smaller screen. The side-bar moves to the bottom, and the facebook widget disappears. Every other widget works fine.
I found that when I change:
“.widget_facebook_likebox {
overflow: hidden;”to
“.widget_facebook_likebox {
overflow: visible;”it re-appears, and looks like it is working fine. But when I copy this code into the custom CSS and refresh the page, it becomes hidden again. Any thoughts as to why this is happening?
The blog I need help with is: (visible only to logged in users)
-
-
- The topic ‘".widget_facebook_likebox { overflow: hidden;" How do I unhide?’ is closed to new replies.