".widget_facebook_likebox { overflow: hidden;" How do I unhide?

  • Unknown's avatar

    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)

  • Unknown's avatar

    Figured it out. You have to add “!important” after “visible”

  • Unknown's avatar

    Woohoo, glad you got that figured out. Do let us know if you have additional questions.

  • The topic ‘".widget_facebook_likebox { overflow: hidden;" How do I unhide?’ is closed to new replies.