How-to and Troubleshooting
11
Posts
4
Users
3
Reactions
1,099
Views
Feb 02, 2022 3:27 am
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 😂
10 Replies
Feb 02, 2022 3:30 am
In case that video doesn't play (it's in HEVC), here's a standard MP4 from the screen capture
Feb 02, 2022 6:41 pm
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)