Skip to content

Instantly share code, notes, and snippets.

@marcusig
Created December 27, 2023 15:15
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/bd46f57e5597d5e8d5b3ea8164fc96b4 to your computer and use it in GitHub Desktop.
Save marcusig/bd46f57e5597d5e8d5b3ea8164fc96b4 to your computer and use it in GitHub Desktop.
[THEME Fix] Botiga - quantity input in the configurator
.theme-botiga .mkl_pc .mkl_pc_container .form.form-cart .quantity {
width: auto;
display: inline-flex;
}
@media (max-width: 660px) {
.theme-botiga .mkl_pc .mkl_pc_container .form.form-cart .quantity {
height: 46px;
margin: 0;
margin-right: 5px;
}
}
.theme-botiga .mkl_pc .mkl_pc_container .form.form-cart .quantity .qty {
width: 3ch;
}
@media (max-width: 660px) {
.theme-botiga .mkl_pc .mkl_pc_container .form.form-cart .quantity .qty {
border: none;
}
}
.theme-botiga .mkl_pc .mkl_pc_container .form.form-cart .quantity .botiga-quantity-plus, .theme-botiga .mkl_pc .mkl_pc_container .form.form-cart .quantity .botiga-quantity-minus {
width: 40px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment