Advertisement
fauzanjeg

Change Thumb Width in Post Block on Mobile Display

Nov 8th, 2021
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.17 KB | None | 0 0
  1. /* Change Thumb Width in Post Block on Mobile Display */
  2. @media only screen and (max-width: 1024px) {
  3.     .jeg_postblock .jeg_block_container .jeg_thumb {
  4.         width: 200px;
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement