Skip to content

Instantly share code, notes, and snippets.

@anastransvelo
Last active June 1, 2017 12:02
Show Gist options
  • Save anastransvelo/a178819769dd9478682be8b495e627de to your computer and use it in GitHub Desktop.
Save anastransvelo/a178819769dd9478682be8b495e627de to your computer and use it in GitHub Desktop.
Pizzaro background image responsive
@media (max-width: 767px) {
.page-template-template-homepage-v1 .content-area .section-product {
background-size: 200% !important;
background-position: 84% 50% !important;
background-repeat: no-repeat;
}
.page-template-template-homepage-v1 .content-area .section-product .product-wrapper .product-inner header {
font-size: 2em !important;
}
.page-template-template-homepage-v1 .section-product .product-wrapper .product-inner .woocommerce-product-details__short-description p {
font-size: 14px;
line-height: 1.2;
margin-bottom: 0;
}
.page-template-template-homepage-v1 .content-area .section-product .product-wrapper .product-inner>.button {
padding: 10px 24px;
font-size: 14px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment