Skip to content

Instantly share code, notes, and snippets.

@victorzen
Last active December 1, 2015 04:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save victorzen/ca4d408fe4648a9e02e7 to your computer and use it in GitHub Desktop.
Save victorzen/ca4d408fe4648a9e02e7 to your computer and use it in GitHub Desktop.
Align text inside button

Change "#lp-pom-button-21" for your button's id and change "left" for "right" accordingly.

<style>
#lp-pom-button-21 .label{
  text-align: left;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment