Advertisement
arie_cristianD

change the thubnail size on mobile device at JNews - Block 2

Feb 8th, 2024
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.28 KB | None | 0 0
  1. /* change the thubnail size on mobile device at JNews - Block 2 */
  2.  
  3. @media (max-width: 425px) {
  4.     .jeg_postblock_2 .jeg_thumb {
  5.     width : 100%;
  6.     }
  7.     .jeg_postblock_2 .jeg_posts_wrap .jeg_postblock_content {
  8.         margin-left : 0 ;
  9.         padding-left : 0 ;
  10.     }
  11. }
  12.  
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement