Created
October 8, 2013 18:05
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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