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!
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
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!