Excellent plugin Indeed
-
Thanks for this nice plugin. Helped me a lot!
You could make this responsive just by adding following line of code. This will take care of mobiles and you can eliminate mobile detection completely.
@media (max-width: 676px) {
#displetpop div.popup {
width: 100%;
}
}
- The topic ‘Excellent plugin Indeed’ is closed to new replies.