Archived topic
Single Post Breaking Mobile
5 replies · Started by Carl on September 5, 2022
Hi - I have this single post that looks fine on desktop, but when viewing it on mobile, it doesn't resize and is too big. Any suggestions?
Hi there,
see here:
https://www.screencast.com/t/o8mSf0EUZ
Thats what i see in the browser developers tools when i inspect your content, and each of the figure elements are image blocks and the have that style of the width: 790px - do you know how they are added ? As they need to be removed.
Thanks for pointing that out. It was from a previous theme. I was able to remove it with the following code: add_filter('img_caption_shortcode_width', '__return_false');
I assume thats resolved the issue ?
Yes
Glad to hear that :)