Dear timgdixon !
In demo of JA Quarts , it set for show date of articles but in your site , you set for the date is hidden , so it causes the problem, now please fix it following some steps below :
Open template.css file in templates/ja_quarts/css folder.
1. Find following code section at about line 471 :
.contentpaneopen_fp {
padding-left:70px;
position:relative;
}
change to :
.contentpaneopen_fp {
position:relative;
}
2. Find following code section at about line 505 :
.contentpaneopen_fp .ja-innerpad {
min-height:100px;
padding-left:88px;
}
change to :
.contentpaneopen_fp .ja-innerpad {
min-height:100px;
}