Thanks very much! This worked
Hi,
In your wordpress dashboard, go to ‘settings’ then ‘reading’
This is where you choose a static page for your home page, and choose which page you want to display your posts.
hi, it’s in style.css (line 136) in your sharp_child theme folder
Try adding:
.dataTables_wrapper {
overflow-x: auto;
}
or
body .dataTables_wrapper {
overflow-x: auto;
}