Hi there,
Thanks for the response. Glad to hear that helped.
In order to display only the title and the date below it on mobile, the following CSS should achieve that:
@media(max-width: 580px) {
.zpm_task_list_row .zpm-task_assignees,
.zpm_task_list_row .zpm-task-item__subtask-indicator,
.zpm_task_list_row .zpm-task-row__unread,
.zpm_task_list_row .zpm_task_project,
.zpm_task_list_row .zpm_task_description{
display: none;
}
.zpm_task_list_row .zpm_task_details {
top: unset !important;
right: unset !important;
left: 0 !important;
bottom: 0 !important;
position: absolute !important;
height: auto !important;
text-align: left !important;
}
}
Could I kindly ask you to give this a try and please let me know if this helps?
Thanks.
Kindest regards,
Dylan