Search for: Log In Free Support [Resolved] Horizontal scrollbar on moblie screen Home › Forums › Support › Horizontal scrollbar on moblie screen This topic has 2 replies, 2 voices, and was last updated 7 months, 4 weeks ago by Leo. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts July 12, 2020 at 2:58 pm #1361302 Omak Hi! There is horizontal scrollbar on mobile screen. The content does not fit completely into the width of the mobile screen. This problem occurs only on posts. Page (no horizontal scrollbar) – https://tuvaexport.ru/chto-takoe-eksport/ Post (there is horizontal scrollbar) – https://tuvaexport.ru/novosti/rets-sobiraet-predlozheniya-predprinimateley-po-rasshireniyu-vozmozhnostey-sistemy-odno-okno/ CSS code html, body {overflow-x: hidden;} does not help. It removes the scroll, but the content still does not fit fully in the width of the screen on the phone. July 12, 2020 at 4:54 pm #1361336 Omak Found the cause of the problem – sticky footer code /*sticky footer*/ html, body { height: 100%; } body { display: flex; flex-direction: column; } #page { flex: 1 0 auto; } .admin-bar #page { margin-bottom: -32px; } .site-header, .site-footer { flex-shrink: 0; } July 12, 2020 at 6:03 pm #1361370 LeoStaff Customer Support Glad you’ve figured out 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In