Dear,
1. We're will check and fix it in next update version. If you want fix it on your site. please add custom css on your site
@media (max-width: 991px) {
.noo-job-grid2 .noo-job-item .job-date-ago {
float: none;
position: relative;
right: 0;
bottom: 0;
margin-top: 8px;
display: block;
font-size: .8em;
}
}
2. The Jobmonster theme not support setting to change background color when hover to job in list, you can change it via custom CSS, please add custom css on your site, example change it to #f00
.jobs article:hover{
background: #F00 !important;
}
Best regards.