We have a Twitter feed on various homepages. They are normally set to either 100% wide, that stretches to fit a narrow mobile, or 350px wide.
But now we want our feeds to be 100% width of our desktop screens. Facebook is easy. Blog is easy. But Twitter seems to force it to be 520px max.
I've seen various methods of CSS to overcome this. But none work.
These are two options.
Code: Select all
width: 100% !important;
}
#twitter-widget-0 {
width: 950px;
}So is the definitive answer that they have oddly stopped it goes wider? OR can it actually be done?