Enabling Scrollbars for the object displayed in the iframe

Posted in: Newspaper
Post count: 19

Dears,
Please I need to show the scrollbars for the embedded Google Slide, that for the mobile devices is too wide
The URL is this one: https://www.nonsoloimprovvisando.it/prenotazione-sala-teatro-superga-serata-del-25-03-2023/

Please help me to fix this issue

Post count: 35449

Hi,
My recomandation is to check the settings for the iframe usually, there can add an extra parameter to make it scrollable.
What I can do to help is to provide a css like this one
.page-id-2063 .vc_raw_html{
overflow-x: scroll;
overflow-y: scroll;
}

This code should be set in the theme panel > custom code> advance css > phone section.
Thank you!

Post count: 19

Thank you Calin
it’s perfectly working.
Guys you’re amazing!

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