How to Make Subscription Cards Responsive

Keep in mind you can build your own custom subscription cards and just link to the appropriate subscription. Each subscription level in Leaky Paywall is simply a fixed level id. EX: https://yoursite.com/sign-up/?level_id=5

If you just want to make your cards responsive:

Note all WordPress themes are different.

Here is a code snippet that is a good starting pointing for making your subscription cards responsive. The code will probably need to be tweaked based on the theme you are using.

@media only screen and (max-width: 720px) { .leaky_paywall_subscription_option { width: 70%; display: block; } }

Still need help? Contact Us Contact Us