fauzanjeg

Show Like Button on Mobile Display

Jan 31st, 2021 (edited)
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.18 KB | None | 0 0
  1. /* if width bellow 568px */
  2. @media only screen and (max-width : 568px) {
  3.     /* display like button */
  4.     .entry-header .jeg_meta_like {
  5.         display: unset !important;
  6.     }
  7. }
Add Comment
Please, Sign In to add comment