Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Show View Counter and Meta Right in Mobile || Size Bellow 480px */
- @media only screen and (max-width: 480px) {
- /* Display View Counter */
- .jeg_views_count {
- display: unset;
- }
- /* Display Meta Right */
- .entry-header .jeg_post_meta .meta_right .jeg_meta_like,
- .entry-header .jeg_post_meta .meta_right .jeg_meta_comment {
- display: unset !important;
- }
- }
Add Comment
Please, Sign In to add comment