Advertisement
fauzanjeg

Show View Counter in Mobile

Jan 18th, 2021
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.13 KB | None | 0 0
  1. /* Show View Counter in Mobile */
  2. @media only screen and (max-width: 480px) {
  3.     .jeg_views_count {
  4.         display: unset;
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement