Hello,
I’m also having issues with my search box having moved from the left side to the right side with the update. I tried adding the CSS you described above but the search box is still on the right side.
Here is the custom CSS I have currently in the Plugin Options:
.dt-container .dt-search input {
width: 200px;
}
.dt-container .dt-search {
float: none;
text-align: left;
}
.tablepress a:hover {
text-decoration: underline;
color: #0bf;
}
#tablepress-9_wrapper .dt-layout-row:first-child .dt-layout-end {
justify-content: flex-start;
margin-left: 0;
flex-direction: row;
}
Any advice?
Thanks,
Brian