Advertisement
fauzanjeg

Make Rounded Corners Image Gallery

Aug 22nd, 2021
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.24 KB | None | 0 0
  1. /* Make Rounded Corners Image Gallery */
  2. .single-format-gallery .mfp-gallery .mfp-img {
  3.     padding: unset !important;
  4.     border-radius: 40px;
  5. }
  6.  
  7. .single-format-gallery .mfp-gallery figcaption .mfp-bottom-bar {
  8.     margin-top: 20px;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement