Increase the Width of the Twitter Widget to 100% and Customization
To expand the Twitter widget iframe to 100% add this code to your CSS file: iframe[id^=’twitter-widget-‘]{ width:100% !important;} To get rid of the Twitter widget header, footer, borders: add this…