Created
December 18, 2015 21:05
-
-
Save alexbaldwin/97f31a96657624ca4306 to your computer and use it in GitHub Desktop.
Move visitor information down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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