Advertisement
artemsemkin

Kinsey theme: fix for social icons alignment

Feb 13th, 2022 (edited)
1,262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.28 KB | None | 0 0
  1. .wp-block-social-links {
  2.   display: inline-flex !important;
  3.   gap: 0.5em;
  4.   flex-wrap: wrap;
  5.   align-items: center;
  6. }
  7.  
  8. .wp-block-social-link {
  9.   margin-bottom: 0 !important;
  10. }
  11.  
  12. .wp-block-social-links .wp-block-social-link:last-child {
  13.   margin-bottom: 0 !important;
  14. }
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement