Advertisement
GochiSiyan

figure caption amp

Aug 11th, 2021
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. add_action('amp_post_template_css',function ($class){
  2. ?>
  3. .wp-block-image figcaption {
  4. margin-top: -2.5em !important;
  5. margin-bottom: 0em !important;
  6. }
  7. <?php
  8. },99999);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement