Advertisement
arie_cristianD

fix buttons

Jun 26th, 2023
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.40 KB | None | 0 0
  1. add_action( 'amp_post_template_css', function() {
  2.     ?>
  3.     /* Put Custom CSS below */
  4.     .amp-wp-share .fa {
  5.         display: inline-block;
  6.         font: normal normal normal 14px/1 FontAwesome;
  7.         text-rendering: auto;
  8.         -webkit-font-smoothing: antialiased;
  9.         font-size: 16px;
  10.     }
  11.     .amp-wp-share .jeg_sharelist a {
  12.         align-items: center;
  13.     }
  14.     <?php
  15. } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement