Skip to content

Instantly share code, notes, and snippets.

@shazdeh
Last active December 27, 2015 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shazdeh/7376005 to your computer and use it in GitHub Desktop.
Save shazdeh/7376005 to your computer and use it in GitHub Desktop.
Left align the header elements in Parallax theme
#site-logo,
#site-description,
.social-widget,
#header #searchform {
text-align: left;
text-indent: 5%;
margin-left: 0;
}
.widget.themify-social-links {
text-indent: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment