Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS responsive iframe Reply To: responsive iframe

#158160
Paulie_D
Member

Each iframe will have an explicit width defined

<iframe id="twitter-widget-0" scrolling="no" frameborder="0" allowtransparency="true" class="twitter-timeline twitter-timeline-rendered" title="Twitter Timeline" width="520" height="300" style="border: none; max-width: 100%; min-width: 180px;"></iframe>

You would need to alter that.

Whether you can or not whilst retaining the functionality is another issue.

In any case, your site isn’t set up to be responsive below c.650px.