Thanks for the very quick response. Unfortunately, your suggestion didn't work. Not sure if this will help but here is a link to the table in question: http://cazalrando.com/randonnees/telecharger-un-randonnee
It's ID is 2 and there are tables on other pages. However, for this one I would like the search box and page arrows to not extend beyond the width of the table.
Below is all the css that controls the formatting of this table:
/* Removes spacing between tables on the same page */
.dataTables_wrapper {
min-height: 0!important;
}
/* End Removes spacing between tables on the same page */
/* Begin style for walks download page */
#wp-table-reloaded-id-2-no-1_filter {
width: 400px!important;
}
.wp-table-reloaded-id-2 .column-1 {
width: 300px;
}
.wp-table-reloaded-id-2 .column-2 {
width: 100px;
}
.wp-table-reloaded-id-2 th, .wp-table-reloaded-id-N .sorting {
background-color: #B79A3B!important;
}
.wp-table-reloaded-id-2 .sorting_asc, .wp-table-reloaded-id-N .sorting_desc {
background-color: #B79A3B!important;
}
.wp-table-reloaded-id-2 .odd td {
background-color: #B5C4B0;
}
.wp-table-reloaded-id-2 .even td {
background-color: #EFEFE6;
}
.wp-table-reloaded-id-2 td {
color: #000000;
}
a:link {color:#000000;}
a:visited {color: #000000;}
a:hover {text-decoration: underline; color: #000000;
font-weight:bold;}
/* End style for download walks page */
Thanks
- Mark