Advertisement
munirmahmud6

Project Issue

Feb 17th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. //Event page
  2. http://gulfshorelife.webpublisherpro.com/events/
  3.  
  4. //Subscription widget
  5. .sign-up-form-area {
  6. border: 1px solid #454444;
  7. overflow: hidden;
  8. display: block;
  9. margin-top: 80px;
  10. }
  11.  
  12. .sign-up-form-area input[type="text"] {
  13. width: 88%;
  14. padding: 6px 10px;
  15. border: 1px solid #e5e5e5;
  16. margin-bottom: 16px;
  17. }
  18.  
  19. .wpcf7-form{
  20. display: flex;
  21. flex-direction: column;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement