Ok that helped. Is there any way to disable http://www.varrowheels.com/gmedia-gallery/vd17/ from being accessed directly?
Sorry for the post. I found the issue.
Added the following custom CSS to my theme
.no-fouc{ display:inherit; }
Thanks!
How can i modify the padding on just that one table?
I know the below will do it but it affects all tables
.dataTables_wrapper {
clear: both;
margin-bottom: 1em;
padding: 0 120px;
}