Hello I have a problem with the iframe in the mobile version the iframe is <iframe src="https://drive.google.com/file/d/1TxK25KdJSAS-CoSNdEeJlp-GC32o8IgO/preview" width="640" height="480"></iframe> on web is ok in mobile it is seen with a small height that does not fit with the measurements, I attach an image Regards
redcrecer6971 Hi Open /templates/ja_megastore/local/css/template.css Find this code
.article-content iframe{width:100% !important;height:auto;}
replace it with
.article-content iframe{width:100% !important;}
save file clear cache and check.
if it's ok, it's perfect You have also fixed adsense ads that were reduced thank you Good support