Advertisement
fauzanjeg

Show Like Meta and Comments Meta in Mobile

Mar 4th, 2021
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.36 KB | None | 0 0
  1. /* Show Like Meta and Comments Meta in Mobile */
  2. @media only screen and (max-width: 568px) {
  3.     .entry-header .jeg_meta_comment, .entry-header .jeg_meta_like {
  4.         display: unset!important;
  5.     }
  6. }
  7.  
  8. @media only screen and (max-width: 480px) {
  9.     .entry-header .jeg_meta_comment, .entry-header .jeg_meta_like {
  10.         display: unset!important;
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement