Hi,
1. To fix badge-letter:
go to
templates/ja_nex/css/template.css
Find these lines:
.badge-letter .badge {
background: url("../images/icon-newllter.png") no-repeat;
height: 38px;
right: 5px;
top: 0;
width: 45px;
}
change to:
.badge-letter .badge {
background: url("../images/icon-newllter.png") no-repeat !important;
height: 38px;
right: 5px;
top: -5px;
width: 45px;
}
2. Fix badger-vote:
In this file
templates/ja_nex/css/typo.css
Find these lines:
.ja-moduletable.badge-new .badge, .moduletable_badge.badge-vote .badge{
background-position: 0 -120px !important;
}
change to:
.ja-moduletable.badge-new .badge, .moduletable_badge.badge-vote .badge, .ja-moduletable.badge-vote .badge {
background-position: 0 -120px !important;
}