Forums
Home / Plugin: WP IE Buster / Can this be made Fullscreen?
(@eoinsprint)
3 years, 4 months ago
Hi, I’d like to make this pop-up full screen.
Can this be done?
(@qrac)
@eoinsprint Oh, I see. The concept of the plugin is “polite” so I can’t offer it as a feature, but I suppose you could make it work by adding some custom CSS.
#ie-buster-app { padding: 0 !important; } #ie-buster-app > div { position: fixed !important; top: 0; right: 0; left: 0; bottom: 0; max-width: 100% !important; }