i would like to possible shrink it and center it.
Hi @vnairp11,
Popup width should be adjusting based on the page width to fit the screen, but it seems that something on your site is causing it to think that the page width is more than it actually is.
It could probably be adjusted with some CSS code, however when I checked your site I wasn’t able to see the popup in order to investigate this further.
Can you please tell me how to trigger popup on your site?
Cheers,
Predrag
hello the pop up is triggered after 70% page scroll
thank you!
Hello @vnairp11,
I hope you’re doing well!
Please add the following CSS code to Appearance > Customize > Additional CSS
@media screen and (max-width: 992px) {
.hustle-popup-content {
right: 10px;
}
This will center the opt-in for mobile devices.
Kind regards,
Nastia
Nastia thank you so much! that did the trick!
have a wonderful day!
Hey there @vnairp11 thank you for your confirmation.
I’m going to mark this one as resolved but be sure to contact us again if you have questions or need help.
Best regards,
Jorge