Site logo

Archived topic

Embed standard Twitter widget in the sidebar without the sidebar container.

1 reply · Started by Teddy on September 29, 2014

Viewing posts 1–2 of 2

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.

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.

This archived topic is closed to new replies.