As a new user some of the design choices on this site are hard to deal with. Specifically when text is covered by boxes like 'tags' and the action buttons.

I have generated a short bit of CSS that fixes all these issues.

.box-module {
height:auto;
float: none;
display: inline-block;
vertical-align: top;
}

.box-module .main-info .elements-bottom {
position:relative;
}

.box-module .main-info .elements-bottom .module-tags {
position:relative;
bottom:0;
}

.box-module .main-info .elements-bottom .module-tags a,
.box-module .main-info .elements-bottom .module-tags span {
float:none;
display:inline-block;
}

Screenshot

You can implement this using the Stylish plugin or any other browser plugin that allows custom user styles.

Also, mods, consider adopting these changes. It makes your site more flexible for any future changes/screen sizes.