I am using bootstrap fluid container layout to display full width content for my website.
I want to display my twitter widget block in the full width but if i try to make it full width using css or jQuery then its not working.
I use the following css to make the widget 100% but its not working.
.timeline-Widget {
background-color: #fff;
border-radius: 4px;
max-width: none !important;
width: 100%;
}
Here is screenshot for twitter widget.
I want to make it full width.
Please provide me appropriate solution for full width twitter widget.