How to Override the Max Width of Twitters Embeddable Timeline Widget

Beacon Blog Article

Published June 6, 2013 | Categories: Web Development

According to twitters instructions the embeddable timeline widget has a maximum width of 520px. If you need your widget to be wider than 520px you will not be able to use the width attribute. If you need it wider you’ll need to override the max width using the following CSS (change width accordingly):

#twitter-widget-0 {width: 100%;}

Let's get to work!

Contact Us