Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author fatcatapps

    (@fatcatapps)

    Hi Steven,

    Please try adding the below css into your Appearance > Editor > Style.css (Stylesheet)

    .wrapper,.main-center{
    	min-width:320px!important;
    	width:100%!important;
    
    }
    .main-center{
    	max-width:972px;
    }

    This will fix the responsive issue that is caused by your theme template page not being mobile responsive which our tables flexes with the webpage that it is on.

    Please let us know if this helped

    Cheers!

    Thread Starter Steven_Bradburn

    (@steven_bradburn)

    Hi Fatcatapps,

    I added the code however there is no change to the look on mobile. Only the text appears. I think maybe the issue is with my theme?

    Thanks

    Steven

    Plugin Author fatcatapps

    (@fatcatapps)

    Hi Steven,

    Yes our Easy Pricing tables relay on the responsiveness of your theme’s page template and when tested I found that the webpage was not responsive.

    Please try adding the below modified CSS code as it should help.

    .wrapper,.main-center{
    	min-width:320px!important;
    	width:100%!important;
    
    }
    .main-center{
    	max-width:972px!important;
    }

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can not see on mobile’ is closed to new replies.