fauzanjeg

Fix Author Box Issue

Jun 21st, 2021 (edited)
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.28 KB | None | 0 0
  1. @media only screen and (max-width: 480px) {
  2.     /* Fix Author Box Issue */
  3.     .jeg_author_content {
  4.         margin: unset!important;
  5.         padding: unset!important;
  6.         text-align: center;
  7.     }
  8.  
  9.     .jeg_author_content .jeg_author_desc p {
  10.         width: unset
  11.     }
  12. }
Add Comment
Please, Sign In to add comment