Define mobile? Android? IOS?
Because in simulation mode it looks o.k.
Which settings have you done?
IOS normally is the biggest problem because depending on the pages ios does not scale properly!
Best, Michael
you can add style=”min-width:100%” to the iframe.
Please tell me if this fixes it for you.
Best, Michael
This is very frustrating, the style code did not make a difference. As you say on desktop works great and when I resize the desktop window it is responsive however on my iphone 7 it loads ok for a split second and then goes full width off the page.
any other ideas?
I do not see the min-width in the code:
<iframe id=”advanced_iframe” name=”advanced_iframe” src=”https://wbpro.co.uk/vehicle/search/make/27/min_price/0/order/price/dir/DESC/limit/10/” border=”0″ allowtransparency=”true” style=”;width:100%;height:600;” width=”100%” height=”600″ frameborder=”0″></iframe>
how have you set it? can you please share your shortcode?
Best, Michael
No change I am afraid.
[advanced_iframe src=”https://wbpro.co.uk/vehicle/search/make/27/min_price/0/order/price/dir/DESC/limit/10/” style=”min-width:100%” width=”100%” height=”600″ ]
you have to define the shortcode properly!
” are not real double quotes!
you need to use normal double quotes everywhere! WordPress only supports this!
This forum displays them almost the same. I talk about the one over the 2.
Best, Michael
-
This reply was modified 7 years, 4 months ago by
mdempfle.
-
This reply was modified 7 years, 4 months ago by
mdempfle.
I see the problem and have rectified it but no change.
Now you have width and min-width to 50% ?
I checked all the proposed fixes for this. There min-width:100%;max-width:100% is the recommended solution. If this does not work your only option is maybe to use the browser detection and e.g. use a smaller width for IOS.
Best, Michael