This topic has 3 replies, 2 voices, and was last updated 2 years, 9 months ago ago by pablostevens
I noticed the floating newsletter button at the bottom of the page does not appear on mobile. Is there a setting to make it appear on mobile? Is this by design? Is there an easy way to make it appear on mobile?
Hello,
Take my apologies for the delay in answering.
Add the below code to Theme Options > Custom CSS
@media only screen and (max-width: 992px){
.fixed-popup {
display: block !important;
}
}
Regards
That works thank you!!
Tagged: best, button, mobile, newsletter, selling, themes, woocommerce
The issue related to '‘Newsletter Button does not display on mobile.’' has been successfully resolved, and the topic is now closed for further responses