Skip to content

Instantly share code, notes, and snippets.

@agusmu
Created July 9, 2013 22:22
Show Gist options
  • Save agusmu/5961843 to your computer and use it in GitHub Desktop.
Save agusmu/5961843 to your computer and use it in GitHub Desktop.
PrimaShop - Centering Footer Widgets
#footer-widgets .widget {
text-align: center;
}
#footer-widgets .widget h3.widget-title {
text-align: center;
}
#footer-widgets .woocommerce .star-rating {
text-align: center;
margin: auto;
}
@agusmu
Copy link
Author

agusmu commented Sep 28, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment