Some conflict with external script

Posted in: Newspaper
Post count: 37
Post count: 23312

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!

Post count: 37

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?

Post count: 20688

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.

Post count: 37

.vc_raw_html iframe {
width: 100%;
}

this is what I need, thanks

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.