brianscully
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Css code for 3.0 updateHa! Of course. I was wondering about the significance of the wrapper definition. This works, and I repeated the CSS for another table with another ID (there is probably a more elegant way to handle multiple tables, but it works).
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Css code for 3.0 updateHi Tobias,
Here’s one place I’m using it for the “gas finder”: https://www.mathesongas.com/gases/
Thanks,
Brian
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Css code for 3.0 updateHello,
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,
BrianOn the latest version, this is now working with the default values. Thanks so much for the quick response and fix!
When will the next update be? Is this something I can fix manually? I want to launch this website soon.