Facebook Widget

Support Area Forums Progress Facebook Widget

Viewing 11 posts - 1 through 11 (of 11 total)
URL to the page in question: http://
  • Author
    Posts
  • #18507
    Avatar photoCarl
    Participant

    It seems that the Facebook widget had an unlimited height. See attached.

    Thanks for the help Bill

    #18510
    Bill Robbins
    Moderator

    If you want to send over the URL to the page, I’ll be glad to take a look at the widget for you.

    Thanks,
    Bill

    #18546
    Avatar photoCarl
    Participant
    This reply has been marked as private.
    #18553
    Bill Robbins
    Moderator

    Thanks. That’s bizarre, but this should take care of it for you:

    1. Go to the Theme Options page and select the Styling tab.
    2. At the top choose “yes” to include custom styling.
    3. Scroll down to the Custom CSS box and paste this:
      
      .ot-facebook,
      .fb-like-box {
      	height: auto;
      }
      
    4. Update your settings.

    Let me know if that doesn't do the trick for you,
    Bill

    #18563
    Avatar photoCarl
    Participant

    Worked. Odd right? Well I just keep you working thats all.

    #18564
    Avatar photoCarl
    Participant

    Last question about it. How can I move the widgets down so it is even with the content on the page and not even with the title of the page

    #18566
    Bill Robbins
    Moderator

    Hey Carl,

    If you’ll add this to your Custom CSS too:

    
    .content aside.sidebar {
    	margin-top: 102px;
    }
    

    That should move your widgets down so they start even with the content and not the page title.

    See if that doesn’t give you that layout.

    #18569
    Avatar photoCarl
    Participant

    That worked. When I changed the background color from black to another color, now the Facebook widget is transparent. Can I make the background of the Facebook widget white again?

    #18576
    Bill Robbins
    Moderator

    You can add this to your Custom CSS to change the color of your inside page widget’s background:

    
    aside.sidebar .widget {
    	background-color: #fff;
    }
    

    See if that gets you there.

    #18597
    Avatar photoCarl
    Participant

    It worked!

    #18598
    Bill Robbins
    Moderator

    Fantastic. Have a good night Carl.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Facebook Widget’ is closed to new replies.