Due to the migration of the native app build service, all popups displayed on the native app have shifted to the top of the screen.
I am aware that padding adjustments can be made from the style tab, but if I want to change the position of the popups all at once, what method would you recommend? Is it possible to use SEO or meta tags to apply a common class to the CSS styles?
SEO and meta tags, I do not believe have anything to do with CSS.
In the sense of ‘position’ being from the top of page, then padding or margins on the style would likely be easiest. If talking about setting a specific position, not necessarily from the top of the page, then you’d want to use custom CSS and ensure all popups have the same ID.