Forums
(@goodroads)
6 years ago
Ok that helped. Is there any way to disable https://www.varrowheels.com/gmedia-gallery/vd17/ from being accessed directly?
8 years, 8 months ago
Sorry for the post. I found the issue.
Added the following custom CSS to my theme
.no-fouc{ display:inherit; }
Thank you!!
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; }