Skip to content

Instantly share code, notes, and snippets.

@alexbaldwin
Created December 18, 2015 21:05
Show Gist options
  • Save alexbaldwin/97f31a96657624ca4306 to your computer and use it in GitHub Desktop.
Save alexbaldwin/97f31a96657624ca4306 to your computer and use it in GitHub Desktop.
Move visitor information down
/* Visitor Information
-----------------------------------*/
.content {
position: absolute;
top: 50%;
-webkit-transform: translateY(-40%);
transform: translateY(-40%);
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment