Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Feb 25, 2019 10:28 am
1 Reply
Feb 25, 2019 11:04 am
Hi @alfred,
I this this CSS code should help you to solve the problem.Â
@media only screen and (max-width: 700px) {
#wpforo #wpforo-wrap .wpforo-content .wpforo-topic {
display: flex;
}
}
@media only screen and (max-width: 700px) {
.wpforo-topic-info {
padding-top: 0 !important;
margin-top: 0 !important;
}
}