I entered the following code into the SIMPLE SIDE TAB php file: simple_side_tab.php. It seems to have worked (at least on an iPhone).
@media screen and (max-width: 480px) {
.rum_sst_contents { display:none; }
}
I entered the following code into the SIMPLE SIDE TAB php file: simple_side_tab.php. It seems to have worked (at least on an iPhone).
@media screen and (max-width: 480px) {
.rum_sst_contents { display:none; }
}