fauzanjeg

Show View Counter and Meta Right in Mobile

Feb 19th, 2021 (edited)
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.40 KB | None | 0 0
  1. /* Show View Counter and Meta Right in Mobile || Size Bellow 480px */
  2. @media only screen and (max-width: 480px) {
  3.     /* Display View Counter */
  4.     .jeg_views_count {
  5.         display: unset;
  6.     }
  7.  
  8.     /* Display Meta Right */
  9.     .entry-header .jeg_post_meta .meta_right .jeg_meta_like,
  10.     .entry-header .jeg_post_meta .meta_right .jeg_meta_comment {
  11.         display: unset !important;
  12.     }
  13. }
Add Comment
Please, Sign In to add comment