Salutations!
I need assistance with resolving a media breakpoint issue. The page (sunnydublick[[.]]com/test-referrals-page) will not fire the breakpoint, regardless of my efforts.
Thank you in advance for your assistance.
Here’s a snippet from the page:
<div id="popmake-812" class="pum-container popmake theme-806 pum-responsive pum-responsive-medium responsive size-medium">
<div class="pum-content popmake-content">
<div class="lightbox-4">
<p style="text-align:right;font-size:large;padding-right:115px;"><strong>Be The First To Know.</strong></p>
<p style="padding-right:5px;padding-left:5px;padding-top:10px;margin-top:25px;margin-right:10px;border-radius:8px;max-width:45%;float:right;height:auto;background-color:rgba(255, 185, 98, 0.65);">Subscribe to our newsletter to get the latest from Sunny Dublick Marketing, keep up on essential industry news and get FREE resources to help build your brand.<br />
[CF]<br />
<label><br />
<input -type="text"/> <br />
<input type="checkbox" name="mc4wp-subscribe" value="1" /><br />
I agree to receive promotional materials from Sunny Dublick Marketing Inc.<br />
<input type="button" value="Sign Me Up!"/><br />
</label>
</p>
</div>
</div>
The CSS is setup this way for the “lightbox-4” class:
.lightbox-4 {
width:100%;
height:550px;
background-color:yellow;}
@media only screen and (min-width: 800px) {
.lightbox4 {
background-image:url(/wp-content/uploads/2019/04/SunnyDublick_AbbyMurphyPhoto-17-edit.jpg);
background-repeat:no-repeat;background-position:center;}}