I wrote a little CSS snippet that makes the trisquel forum at least useable with tablets and smartphones. All the site-admins have to do is copy the snippet at the end of the css theme file and it should work.
Here it is, feel free to modify or change at your wish:

@media(max-width: 1024px){
#navigation{
display:none;
}
#main{
margin-right: 0px;
width: 100%
}

td.replies, td.created{
display: none;
}

th.topic-replies, th.topic-created{
display: none;
}
#page{
width: 100%;
min-width: 400px
}
}

Reply via email to