Go this File /plugins/content/ja_tabs/themes/teline_iv/style.css
Replace this Code
.teline_iv .container .ja-tabs-title-top ul.ja-tabs-title {
height: 26px;
left: 0;
margin: 0;
padding: 0;
position: absolute;
top: -5px;
}
With
.teline_iv .container .ja-tabs-title-top ul.ja-tabs-title {
height: 26px;
left: 0;
margin: 0;
padding: 0;
position: absolute;
top: -5px;
width: 100%;
}
Replace this Code
.teline_iv .container .ja-tabs-title-top ul.ja-tabs-title li {
cursor: pointer;
display: block;
float: left;
margin: 0;
height: 26px;
border-top: 5px solid #ccc;
background: url(tab-divider.gif) repeat-y right;
}
With
.teline_iv .container .ja-tabs-title-top ul.ja-tabs-title li {
cursor: pointer;
display: block;
float: left;
margin: 0;
height: 26px;
border-top: 5px solid #ccc;
background: url(tab-divider.gif) repeat-y right;
width:50%;
}
Note: If you Find my Post useful please click on the Thanks Icon