I have added the HTML element to display Google Adsense ads on a page within my bubble app and the ads it’s showing on Desktop are huge. I have tried adding a max height and fitting the width to content but it doesn’t change the size that is showing.
To paste the code, you paste the code, and then highlight it and then select the icon in the forum text editor of </>
In your code the section of data-full-width-responsive=true, in my opinion is fine, but what it would likely mean I suspect, is that the ad will fill up as much width as you allow it to, via your settings on the HTML element.
In your HTML element you currently have min width of 280px and max width of 1200px, which means, if there is enough space on the users device, the ad will be as wide as 1200px, and at a minimum it is 280px.
I would change the min and max width settings to something smaller. I would leave min width blank and I would put max width to maybe 360…this way the ad will be no larger than 360px wide (I think)