Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Dekstop */
- .jnews_dekstop_hidden_element {
- display:none!important;
- }
- /* Tablet Landscape */
- @media (min-width: 992px) and (max-width: 1199px) {
- .jnews_tb_ls_hidden_element {
- display:none!important;
- }
- }
- /* Tablet Portrait */
- @media (min-width: 768px) and (max-width: 991px) {
- .jnews_tb_pt_hidden_element {
- display:none!important;
- }
- }
- /* Mobile Device */
- @media (max-width: 767px) {
- .jnews_mobile_hidden_element {
- display:none!important;
- }
- }
Add Comment
Please, Sign In to add comment