Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
@media (max-width:@maxResponsiveWideWidth)
{
.XenBase .discussionListItem .stats {width: 110px; }
}
@media (max-width:900px)
{
.XenBase .discussionListItem .stats {width: 110px; }
}
@media (max-width:@maxResponsiveWideWidth)
{
.XenBase .discussionListItem .stats {display:none;}
}
However, the REPLIES | VIEWS header stays on the top of the column. How do I hide that as well?