Via FTP go to wp-content/plugins/bknewsticker/ticker.css and replace all with this:
#allticker{
width: 100%;
background: #F3F3F3;
border-top: 0px solid #ccc;
border-bottom: 0px solid #ccc;
max-height: 40px;
overflow: hidden;
}
#bknewsticker{
background: #F3F3F3;
margin: 0px;
margin-left: 10%;
}
.tickerDate{
padding-left: 5px;
padding-bottom: 2px;
padding-right: 2px;
background: #5A5A5A;
color: #ccc;
font-size: 10px;
line-height: 17px;
margin-left: 3px;
float: right;
margin-top: 10px;
}
.tickerLink a, .tickermore a{
text-decoration: none;
padding: 0 8px;
font-size: 12px;
float: right;
margin-top:6px;
}
.tickerText{
color: #5A5A5A;
line-height: 40px;
font-size: 12px;
float: right;
}
#bknews-title{
float: right;
width: auto;
height: 40px;
background: transparent;
border-right: 0px!important;
}
#bknews-title h3{
color: #fff;
font-size: 14px;
margin: 0px;
text-align: center;
text-transform: uppercase;
text-decoration: none;
border-left: 20px solid transparent;
height: 0;
line-height: 40px;
padding-left: 5px;
}
@media only screen and (max-width: 480px) {
#bknews-title{ display: none!important;
}
@media only screen and (max-width: 320px) {
#bknews-title{ display: none!important;
}