Skip to content

Instantly share code, notes, and snippets.

@InoPlugs
Created October 21, 2013 05:50
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 InoPlugs/22267fe323a72f184262 to your computer and use it in GitHub Desktop.
Save InoPlugs/22267fe323a72f184262 to your computer and use it in GitHub Desktop.
.second-checkout-button-container, .woocommerce-page .second-checkout-button-container a.button {
width: 100% !important;
display: block;
}
.woocommerce-page .second-checkout-button-container a.button {
padding-bottom: 27px;
}
#top #payment #place_order {
float: right;
margin-top: 0 !important;
min-width: 150px;
}
.form-row .terms {
float: left;
text-align: left;
}
#top #payment .terms {
text-align: left;
}
#top div .widget_shopping_cart .button {
width: 100%;
display: block;
}
#top div .widget_shopping_cart .button.checkout {
margin-top: 10px;
}
.woocommerce-account dt, .customer_details dt {
width: auto;
margin-right: 5px;
}
dl.customer_details{
margin-bottom: 20px;
}
.inner_product .shipping_de.shipping_de_string {
margin-bottom: 5px;
padding: 0 15px;
}
#top .inner_product_header {
padding: 10px 15px 0;
}
.woocommerce-page td.order-actions .button{
width: 100%;
}
.four.units.single-product-main-image{
overflow-x: hidden;
}
#top.woocommerce-checkout div.woocommerce-message{
padding: 32px 20% 32px 36px;
}
.checkout.wgm-second-checkout #payment_method{
margin-bottom: 40px;
}
div.product .woocommerce-tabs ul.tabs li.additional_information_tab a, div.product .woocommerce-tabs ul.tabs li.additional_information_tab{
width: 162px;
}
div.product .woocommerce-tabs ul.tabs li.reviews_tab a, div.product .woocommerce-tabs ul.tabs li.reviews_tab{
width: 85px;
}
/* media queries */
@media only screen and (max-width: 1022px) {
#top #payment #place_order {
min-width: 100%;
margin-bottom: 15px;
}
}
@media only screen and (max-width: 496px) {
div.variations_button {
height: auto;
}
#top form.cart .button {
margin-top: 10px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment