Advertisement
fauzanjeg

JKIT || Change Mailchimp Message position to bottom

Mar 28th, 2023
1,207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.13 KB | None | 0 0
  1. /* Change Mailchimp Message position to bottom */
  2. .jkit-mailchimp-form {
  3.     display: flex;
  4.     flex-direction: column-reverse;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement