Quantcast
Channel: Topic Tag: mobile | WordPress.org
Viewing all articles
Browse latest Browse all 22098

cmodesign on "Hide Simple Side Tab in mobile version"

$
0
0

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; }
}

Viewing all articles
Browse latest Browse all 22098

Trending Articles