Advertisement
fauzanjeg

Fix Inline Related Post issue

Jun 6th, 2021
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.19 KB | None | 0 0
  1. /* Fix Inline Related Post issue */
  2. .postid-492 .wp-block-embed-youtube {
  3.     margin-top: 200px;
  4. }
  5.  
  6. .postid-492 .wp-block-embed-youtube ~ .wp-block-embed-youtube {
  7.     margin-top: unset;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement