• Resolved robertkun

    (@robertkun)


    Hello,

    This my new forum: https://forexhybrid.nl/community/
    The desktop version seems to work just fine. On my mobile phone however the created topics/posts are not showing the way they should. They show up with a narrow width, while its content being stretched out all the way to the bottom.

    I created the page, used Gutenberg and inserted [wpforo].
    At first i created a separate mobile page, but then removed this page because i have read somewhere a child of a parent page could give problems.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support gVectors Support

    (@gvectorssupport)

    Hi @robertkun,

    Try this CSS code:

    @media screen and (max-width:621px){
       .post-wrap {
           width: 100% !important;
       }
       #wpforo #wpforo-wrap .wpfl-4 .wpforo-post-head {
           height: 45px !important;
       }
    }

    Put it in the “Custom CSS code” textarea, located in the Dashboard > Forums > Settings > Style Tab.?

    Please don’t forget to delete all caches before checking.

    Also, try on incognito mode if you’re checking on mobile devices. Because mobile browsers have a hard cache, you’ll not be able to see the change immediately.

    Thread Starter robertkun

    (@robertkun)

    Your solution was quick, simple, and it worked. Thank you for the support.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Responsiveness issue on topic/post view’ is closed to new replies.