Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
.newsletter-name{
padding-right: 0px;
}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why extra space ??

Copy link
Member

Choose a reason for hiding this comment

The 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;
}
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better use "Signup"

Copy link
Author

Choose a reason for hiding this comment

The 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">
Expand Down