Skip to content

Instantly share code, notes, and snippets.

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 marcusig/95a92bd5e687ec0e943abeb0af379274 to your computer and use it in GitHub Desktop.
Save marcusig/95a92bd5e687ec0e943abeb0af379274 to your computer and use it in GitHub Desktop.
@media (max-width: 660px) {
.mkl_pc .mkl_pc_container .mkl-pc-show-form {
display: none;
}
.mkl_pc .mkl_pc_container footer .form.form-cart {
position: relative;
padding: 0;
background: transparent;
box-shadow: none;
border-radius: 0;
bottom: auto;
width: auto;
flex-direction: row;
align-items: center;
left: auto;
padding-right: 5px;
}
.mkl_pc .mkl_pc_container footer .form.form-cart .qty,
.mkl_pc .mkl_pc_container .form.form-cart .pc-total-price {
display: none;
}
.mkl_pc .mkl_pc_container footer .form.form-cart .pc_configurator_form button {
margin: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment