Hide text mobile view
-
Hi,
I’m sitll trying to learn how to hide elements in mobile view, and from my understanding it shouldn’t be very hard but I can’t get it to work in tablepress for some reason. Tried several things like this:
In Plugin Options CSS field I put this:
@media screen and (max-width: 768px) {
.mobile-only {
display: none !important;
}
}In the table html I put this:
<div class=”mobile-only”> text </div>
…yet nothing happens. Text appears in both mobile and desktop view.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Hide text mobile view’ is closed to new replies.