.kat .uk-article-title {
background-color: #f2fcec;
border: 1px solid #ccda7e;
border-radius: 5px;
font-size: 20px;
font-weight: 400;
line-height: 1.2;
margin: 0 8px -16px;
max-height: 55px;
min-height: 28px;
padding: 5px;
position: absolute; /*relative to absolute*/
text-transform: none;
}
.uk-align-left {
border-radius: 8px;
float: left;
margin-right: 20px;
margin-top: 20px; /*Sonradan Eklenen*/
width: 100%;
}
Bu şekilde problem yok fakat .uk-align-left başka nerede kullanılıyor bilemem, duruma göre başka class ekleyip düzenleme yapabilirsin.