Skip to content

Instantly share code, notes, and snippets.

@agusmu
Last active December 22, 2015 16:59
Show Gist options
  • Save agusmu/6503008 to your computer and use it in GitHub Desktop.
Save agusmu/6503008 to your computer and use it in GitHub Desktop.
WooCommerce - Fixing Minor Issue On Customer Login Page
/* reduce font size of customer login label on my account page */
#customer_login label {
font-size: 12px;
}
/* one column of customer login on my account page */
#customer_login .col-1, #customer_login .col-2 {
clear: both;
float: none !important;
width: 100% !important;
margin-right:0 !important;
text-align: left;
}
@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