Advertisement
arie_cristianD

custom post meta align

Jan 24th, 2024 (edited)
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.32 KB | None | 0 0
  1. /* custom post meta align */
  2.  
  3. .jeg_post_meta.jeg_custom_meta_wrapper .meta_right {
  4.   min-height: 35px;
  5.   display: flex;
  6.   align-items: center;
  7.     max-width: 50%;
  8. }
  9.  
  10. @media only screen and (max-width: 600px) {
  11.   .jeg_post_meta.jeg_custom_meta_wrapper .meta_left {
  12.     margin-top: 4.9px;
  13.     height: 44.8px;
  14.   }
  15. }
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement