One of the Sections is Blank in Mobile Version

Home Support Medical Way One of the Sections is Blank in Mobile Version

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #16776
    Anonymous
    Inactive

    MW: CTA looks beautiful in desktop mode but in the mobile version is blank. How can I fix that?

    #16843
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    We have checked in our demo but was not able to find such an issue related to CTA in mobile devices. Please provide on which CTA is being displayed (as we need to check in code so CTA should be active and should be visible on the page) so that we can check and provide you an effective solution.

    Have a great day ahead!

    Regards,
    Team ProDesigns

    #19236
    Anonymous
    Inactive

    Hi! @rjudah I also face this issue that my kinemasterdown.com looks beautiful in desktop mode but in the mobile version is blank. But i tried this :

    replace from main.css
    @media only screen and (max-width: 641px)
    .container {
    max-width: 360px;
    margin: 0 0;
    }
    to

    @media only screen and (max-width: 641px)
    .container {
    max-width: 360px;
    margin: 0 auto;
    }

    Hope this will help 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.