Hi,
In this page I call script, which showed content – https://meridian-tur.com/poisk-turov/
As you see, its ok.
But in mobile:
1) http://dl4.joxi.net/drive/2018/02/09/0000/0020/4116/16/244cd205ca.png
2) http://dl4.joxi.net/drive/2018/02/09/0000/0020/4116/16/b37bc1a021.png
But if script called from html page – https://meridian-tur.com/index5.html
it is scaled good – http://dl4.joxi.net/drive/2018/02/09/0000/0020/4116/16/05f4524d96.png
Hello Filandor
Unfortunately, I have checked your website and I saw that you are using some custom HTML code for that section which is not optimized for our theme and that’s why you bring bad results, sorry! -> https://www.screencast.com/t/IbJ4AFGQ4fK You should optimize it yourself through such a custom work and if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide custom services at the moment, sorry!
Thanks for your understanding!
ok, it problem will be try fix autor of script.
In this page view-source:https://meridian-tur.com/aviabilety/ uses iframe with scroll:
<iframe scrolling="yes" src="https://air.in.ua/agencies/widget/1039/best-offers=1/" width="750px" height="1000px" frameborder="0" allowtransparency></iframe>
why in mobile it not scrolling?
The iframe has a fixed width, try entering this code in Theme panel->Custom CSS and it will be scroll-able
– https://www.screencast.com/t/RmTRvfErHius
– https://www.screencast.com/t/mEz1cJyjY
.vc_raw_html iframe {
width: 100%;
}
Or make the modification in the frame code itself. Fixed values will probably not display properly and they will not be responsive when there is no sufficient space available.