Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* if width bellow 768px || TAB */
- @media only screen and (max-width : 768px) {
- /* display comment counter */
- .entry-header .jeg_meta_comment {
- display: unset !important;
- }
- /* display view counter */
- .jeg_share_top_container .jeg_views_count {
- display: unset;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement