-
Notifications
You must be signed in to change notification settings - Fork 662
Aligned SignUp button #800 #801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: gh-pages
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,6 +64,7 @@ | |
.newsletter-name{ | ||
padding-right: 0px; | ||
} | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Don't add unwanted lines |
||
.newsletter-name input{ | ||
border-radius: 10px 0px 0px 10px; | ||
} | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1510,9 +1510,9 @@ <h1 class="large-h1 text-white">Subscribe to stay informed</h1> | |
<div class="row"> | ||
<div class="col-md-6 col-md-offset-5 col-sm-8 col-sm-offset-2"> | ||
<form class="email-subscribe" ><!-- action="https://freelayers.net/subscribe" method="POST" accept-charset="utf-8"--> | ||
<div class="col-sm-4 newsletter-name"> | ||
<div class="col-sm-4 newsletter-name text-center"> | ||
<a target="_default" href="https://freelayers.net/subscription?f=bOkSmWCUaboPsmMjkCrPp13VzBnEGyddTZqn892vAexe11eV4hzvYeDZI892X1cewRwyClP6MespDGz8OkG94MtW9Q | ||
" class="btn">Singup Here</a> | ||
" class="btn">SignUp Here</a> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Better use "Signup" There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Okay. |
||
<!-- <input class="form-email signup-email-field" placeholder="Enter your name" type="text" name="name" id="name" required> | ||
</div> | ||
<div class="newsletter-email col-sm-5"> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why extra space ??