FAQ: How to Fix Certificate Mobile Formatting Issue with the Kadence Theme

What's the issue?

# Top

If you’re working with LifterLMS Certificates on your website and the Kadence Theme, you may see an issue where you can’t scroll to see the entire certificate when viewing on a mobile device.

What's the solution?

# Top

The solution to this issue is to add the below code do your Additional CSS area on your site (or your child theme if you happen to be working with a child theme)

You an access the Additional CSS on your website by heading to: wp-admin < Appearance < Themes < Customize < Additional CSS

This is the code you’ll want to copy and paste in that area:


.llms-certificate-wrapper { overflow: unset !important; }


Once the CSS code above is on your site for your certificates, you’ll be able to scroll side to side to see the entire certificate on mobile.

Last Updated on
Was this article helpful?