• Resolved benjamindemers

    (@benjamindemers)


    I just checked my mobile device (Droid Turbo 2 running latest android) and the forums I created in forum admin do not show on mobile. Only the general form name and the Forum Statistics! What gives? Is anyone else experiencing this? Please tell me this is something you can fix! You claim it is responsive on all devices but I am telling you it is not doing it on my site! https://www.iammarketingmedia.com Check it out! Use your mobile device.

    Please offer a fix in response to this post.

    Thank you,

    Benjamin De Mers

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter benjamindemers

    (@benjamindemers)

    Seems to be working on your site at wpforo.com/community. What could be wrong here? I am using twentyseventeen theme with a child theme of twentyseventeen. Could this be the problem? Is anyone else having the same problem?

    Thread Starter benjamindemers

    (@benjamindemers)

    Hey guys, don’t worry about it. I fixed it. It was some custom code in the child theme I am using that did it. Just paste this code into the additional CSS box on the customizer and Voila it works,

    @media screen and (max-width: 48em) {
    .has-header-image.twentyseventeen-front-page .site-branding,
    .has-header-video.twentyseventeen-front-page .site-branding,
    .has-header-image.home.blog .site-branding,
    .has-header-video.home.blog .site-branding {
    bottom: 0;
    display: block;
    left: 0;
    height: auto;
    padding-top: 0;
    position: absolute;
    width: 100%;
    }
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Forum does not show on mobile’ is closed to new replies.