Skip to content

Instantly share code, notes, and snippets.

@kimwhite
Created January 18, 2024 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kimwhite/d37657e9c19c35c5528e4bedb5cfdfdd to your computer and use it in GitHub Desktop.
Save kimwhite/d37657e9c19c35c5528e4bedb5cfdfdd to your computer and use it in GitHub Desktop.
BuddyBoss Theme Levels page - keep button from going out of table on mobile
/* The Select buttons in mobile view will go out of the table on mobile
This CSS will fix this when using the BuddyBoss Theme Version: 2.5.00 */
@media screen and (max-width: 767px) {
#pmpro_levels_table .pmpro_btn {
padding: 5px 5px;
display: block;
min-width: unset;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment