nakib4tech

MemberPress Forms RTL

Dec 24th, 2023
822
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.92 KB | None | 0 0
  1. <style>
  2. .mepr-account-container #mepr-account-nav {
  3. background: #344499 !important;
  4. }
  5. .mp_wrapper form {
  6. margin-bottom: 0;
  7. }
  8. .mp-form-label {
  9. line-height: 2.6;
  10. }
  11. .mp_wrapper form {
  12.     text-align: right;
  13. }
  14. #mepr-account-nav .mepr-nav-item a:before {
  15. margin-right: unset !important;
  16. margin-left:10px;
  17. }
  18. .mp_wrapper table.mepr-account-table td {
  19. font-size: 15px;
  20. }
  21. @media screen and (min-width: 840px){
  22. #mepr-account-nav .mepr-nav-item a {
  23. justify-content: right !important;
  24. }
  25. }
  26. table.mp-table th {
  27.     text-align: right;
  28. }
  29. table.mp-table {
  30.     margin-bottom: 0;
  31. }
  32. .mp_wrapper table.mepr-account-table td {
  33.     text-align: center;
  34. }
  35. .mp_wrapper table.mepr-account-table td:before {
  36.     float: right;
  37. }
  38. .button.mp-hide-pw {
  39. left: 0;
  40. right:unset !important;
  41. }
  42. @media screen and (min-width: 915px){
  43. .mepr-profile-wrapper__footer>*+* {
  44. margin-left: unset !important;
  45. margin-right: 10px;
  46. }
  47. }
  48. </style>
Advertisement
Add Comment
Please, Sign In to add comment