Description
I am using custom CSS (under the branding tab) to customize the registration page: Webinar Registration - Zoom
I am accessing the registration page through an approved vanity URL.
CSS works well for big screens (like FHD+ or 1920px width +) BUT it doesn’t work for devices with smaller screens.
As I see, the tag which embeds/generates with custom branding CSS for 1920px + screens is not embedded/generated for smaller screens.
I am not sure if this is a bug or if I do something wrong.
How To Reproduce (If applicable)
-
Access url using a screen with a size >=1920px :
You shouldn’t see any image as they are hidden with CSS in the tag.
You can search (in dev tools) for the tag by for example “webinar_custome_logo2” CSS class. -
Access the same url using a screen with a size <1920px.
You shouldn’t see that images now are visible and there is no tag with a custom branding CSS.
Screenshots (If applicable)
Screenshots are here: Zoom reg page branding CSS issue - Google Drive
I would appreciate any advice to solve the issue with applying custom branding CSS to a registration page for devices with small screens.