Advertisement
Konark

Form in footer

Nov 20th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.79 KB | None | 0 0
  1. /* Footer Form */
  2. .footer-container .wpcf7-form {
  3.     position: relative;
  4.     margin: 20px 0;
  5. }
  6.  
  7. .footer-container .wpcf7-form .call_back_form_footer_number input {
  8.     padding-right: 150px;
  9. }
  10.  
  11. .footer-container .wpcf7-form .call_back_form_footer_button {
  12.        position: absolute;
  13.     right: 0;
  14.     top: 0;
  15. }
  16.  
  17. .footer-container .wpcf7-form .ajax-loader {
  18.     display: block;
  19. }
  20.  
  21. @media only screen and (max-width: 450px) {
  22.     .footer-container .wpcf7-form .call_back_form_footer_number input {
  23.         padding-right: 15px;
  24.     }
  25.    
  26.     .footer-container .wpcf7-form .call_back_form_footer_button {
  27.     position: relative;
  28.     right: 0;
  29.     top: 0;
  30.     float: none;
  31.     text-align: center;
  32.     margin-top: 20px;
  33.     }
  34.    
  35.     .footer-container .wpcf7-form .call_back_form_footer_button input {
  36.         float: none;
  37.     }
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement