Oct 23, 2019 2:00 pm
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
2 Replies
Oct 23, 2019 3:50 pm
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.