Skip to content

Instantly share code, notes, and snippets.

@keshcreations
Created July 26, 2018 15:10
Show Gist options
  • Save keshcreations/d3029b6c48ad2d1eb9fab46f75209548 to your computer and use it in GitHub Desktop.
Save keshcreations/d3029b6c48ad2d1eb9fab46f75209548 to your computer and use it in GitHub Desktop.
Center content of InPage
<style>
#form > div.control-container.control-toggle > div > div > h3{
text-align:center
}
#form > div.control-container.control-toggle > div > div > ul{
text-align:center
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment