Advertisement
fauzanjeg

Fix Padding jeg_author_content in Mobile

Mar 7th, 2021
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.19 KB | None | 0 0
  1. /* Fix Padding jeg_author_content in Mobile */
  2. @media only screen and (max-width: 480px) {
  3.     .jeg_sticky_sidebar .jeg_account_left .jeg_author_content {
  4.         padding: unset;
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement