devonaedwards
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] hide columns from mobile browserTobias, how do you change the size of the text WITHIN the search box? i.e. on my page the search box is very big but text is small.
Also, any way to make the box wider?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] hide columns from mobile browserFixed it by upping that to 1199.
Your support is always top-notch. What’s your paypal email?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] hide columns from mobile browserMy browser does make it disappear if I make it smaller. But my iPhone shows it.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] hide columns from mobile browserInteresting. My phone shows it. I cleared the cache and history too.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] hide columns from mobile browserHi, Tobias,
This isn’t working for me. I’m sure I’m doing something wrong.
But on homepage, http://www.omnivoreslibation.com
here’s my custom css:
@media (max-width: 979px) {
.tablepress-id-1 .column-2 {
display: none;
}}
.dataTables_wrapper .tablepress .sorting div:after,
.dataTables_wrapper .tablepress .sorting_asc div:after,
.dataTables_wrapper .tablepress .sorting_desc div:after {
content: “”;
}.dataTables_wrapper .tablepress .sorting,
.dataTables_wrapper .tablepress .sorting_asc,
.dataTables_wrapper .tablepress .sorting_desc {
padding-right: 8px;
}.tablepress tbody td {
line-height: 1.25;
}.tablepress thead th,
.tablepress tfoot th {
background-color: #d6d6d6;
line-height: 1.25;
}.tablepress thead .sorting_asc,
.tablepress thead .sorting_desc,
.tablepress thead .sorting:hover {
background-color: #c1c1c1;
}.tablepress .column-1 {
padding: 0;
}.dataTables_filter label {
font-size: 30px;
background-color: #2D9118;
color: #ffffff;
}.dataTables_filter input {
height: 30px;
}Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Search Box and Search FontTobias, thanks, this is a great plug in.