Aligning facebook widget with other widgets

  • Unknown's avatar

    Hi, For some reason the right-hand-side alignment of the Facebook widget is not flush with the other widgets. Does anyone know how to fix this please?
    Thx

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, the code for the FB widget comes in from FB, so we have little control over it, and when the sidebar width is changed with Custom CSS, this can happen. Although this isn’t the perfect solution, we can enlarge the content of the widget to make it appear full width. I’d like to be able to shift the like page button to the right a bit, but that I can’t do with custom CSS on the FB widget. I’ve limited the following using a Media Query to 960px and wider screens/windows so as not to interfere with things when the sidebar moved below the content for touch devices.

    @media screen and (min-width: 960px) {
    .fb_iframe_widget iframe {
        top: 11px;
        transform: scale(1.11);
    }
    }
  • Unknown's avatar

    thanks, thats much better :)

  • Unknown's avatar
  • The topic ‘Aligning facebook widget with other widgets’ is closed to new replies.