Skip to content

Instantly share code, notes, and snippets.

@equijada001
Created October 8, 2013 18:05
Show Gist options
  • Save equijada001/6888870 to your computer and use it in GitHub Desktop.
Save equijada001/6888870 to your computer and use it in GitHub Desktop.
Controlling table width in convio - this css rule targets the table that gets populated by donation form pages
TABLE.overTable {
display: inline-block !important;
overflow: hidden;
width: 940px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment