Skip to content

Instantly share code, notes, and snippets.

@megub
Created February 5, 2016 19:01
Show Gist options
  • Save megub/912cd24204147fe7ff48 to your computer and use it in GitHub Desktop.
Save megub/912cd24204147fe7ff48 to your computer and use it in GitHub Desktop.
Change placement of form validation error box
<style>
.lp-form-errors {
left: 973px !important;
}
@media screen and (max-width: 600px) {
.lp-form-errors {
left: 0px !important;
}
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment