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.
Hello, I've read that when it comes to making the forum width responsive for mobile we should leave a link?
Here's my link
zuriblackart.com/community
Thank you
Hi @zuri,
I don't follow you well, you'd like to increase the with only on mobile devices, right? If so, please put the CSS code below in Dashboard > Forums > Settings > Styles > "Custom CSS code" textarea, save it, delete all caches and check again:
@media screen and (max-width: 650px){
.page-content, .entry-content{
width: 100%;
margin: 0 auto;
}
}
Please try on incognito mode. Because mobile browsers have a hard cache, you'll not be able to see the change immediately.