Skip to content

Instantly share code, notes, and snippets.

@isaumya
Last active August 12, 2016 15:44
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 isaumya/55f277ab862d5d1c7f1b7ef02d62be32 to your computer and use it in GitHub Desktop.
Save isaumya/55f277ab862d5d1c7f1b7ef02d62be32 to your computer and use it in GitHub Desktop.
Responsive Table CSS for general HTML or WordPress sites
@media only screen and (max-width: 768px) {
table.responsive {
margin-bottom: 0;
overflow: hidden;
overflow-x: scroll;
display: block;
white-space: nowrap;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment