[Resolved] Embed standard Twitter widget in the sidebar without the sidebar container.

Home Forums Support [Resolved] Embed standard Twitter widget in the sidebar without the sidebar container.

Home Forums Support Embed standard Twitter widget in the sidebar without the sidebar container.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #35318
    Teddy

    I want to embed the standard Twitter widget as a right sidebar widget, but when I do this using the text/html widget it smushes the embed in the normal widget container with a standard background.

    How do I have it not show up inside a widget background and be all smushed? I just want the Twitter widget to float on the sidebar inline with the other widgets on it’s own.

    #35434
    Tom
    Lead Developer
    Lead Developer

    You’ll need to find the unique ID of your widget, and then add this CSS:

    #text-x {
          padding: 0;
    }

    This is what I’m doing with the blue widgets on the right.

    You can find the ID of your widget by using Chrome’s inspect element, or Firefox’s Firebug extension.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.