fauzanjeg

Fix Hero Block issue in IOS

Oct 15th, 2021 (edited)
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.33 KB | None | 0 0
  1. /* Fix Hero Block issue in IOS */
  2. .jeg_hero_style_1 .jeg_post_title,
  3. .jeg_hero_style_1 .jeg_post_category,
  4. .jeg_hero_style_1 .jeg_post_meta,
  5. .jeg_hero_style_1 .jeg_post_review {
  6.     -webkit-transform: translate3d(0, 0, 0) !important;
  7.     -ms-transform: translate3d(0, 0, 0) !important;
  8.     transform: translate3d(0, 0, 0) !important;
  9. }
Add Comment
Please, Sign In to add comment