Created
October 14, 2014 23:50
-
-
Save johnnyopao/4e3d82bdbec09a2dcabc to your computer and use it in GitHub Desktop.
Align Page content Left on Unbounce Pages
This file contains 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
<style> | |
#lp-pom-root { | |
float:left; | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment