Advertisement
arie_cristianD

show category post meta in mobile device

Dec 4th, 2023
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.20 KB | None | 0 0
  1. /* show category post meta in mobile device */
  2.  
  3. @media only screen and (max-width: 568px){
  4. .entry-header .jeg_post_meta div.jeg_meta_category  {
  5.     display: block !important;
  6.     margin-left: 41px;
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement