I would like to add a tweetline widget to my page, at the right side of the about section. Although I achieve it, it has an strage behavior since sometimes it works perfectly:
And sometimes, just when I save the .css and .html file it looks like this:
Any idea of why this is happening and how to fix the aforementioned issue?. This is the CSS:
#about {
padding:40px 20px;
overflow:hidden;
}
.twitter-timeline, .timeline-section {
float:left;
}
/* Timeline Section */
.timeline-section {
width:490px;
padding-right:60px;
}
.timeline {
margin-bottom: 30px;
}
.timeline li {
margin-bottom:20px;
}
.timeline li .timelineUnit {
line-height:17px;
margin-left:0px;
color: #444;
font-size:13px;
border-left:1px solid /*mainColor*/#000000;
padding-left:15px;
}
.timeline li .timelineUnit .timelineDate {
line-height:17px;
color:/*mainColor*/#000000;
font-size:14px;
margin-left:10px;
font-weight: normal;
padding:2px 6px;
float:right;
}
.timeline li .timelineUnit h4 {
line-height:24px;
font-size:15px;
color: #444;
}
.timeline li .timelineUnit h5 {
line-height:18px;
font-size:13px;
color: #999;
}
.timeline li .timelineUnit p {
color: #666;
font-size:12px;
margin-top:5px;
}