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.
I recall having this issue many years ago, and I can't honestly remember how it was resolved.
I'm noticing that when I'm viewing the forum, there seems to be extra horizontal space that I can "swipe" through, which is not present on any other pages on my site. This seems to be happening on everything but the desktop layout.Â
I've attached a video as an example of what happens, since I really seem to be having trouble explaining the problem 😂
In case that video doesn't play (it's in HEVC), here's a standard MP4 from the screen capture
try 10px padding
/wp-content/uploads/generatepress/style.min.css
@media (max-width:768px) { .separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header { padding:5px; }
or add this to custom css
@media (max-width:768px) { .separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header { padding:10px; }
Dashboard > Forums > Settings > Style (custom css)