Mobile view – .form.form-cart always visible
-
Is it possible to position the following information: price, quantity and in cart button bellow the configurator in mobile view only?
I don’t want it to pop-up when clicking on the cart icon as it is configured at the moment. Found some familiar topics, but the didn’t share the solution.
Removed the cart icon with:
@media (max-width: 660px){
.mkl_pc .mkl_pc_container .mkl-pc-show-form {
display: none;
}
}`Thanks for your help.
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Mobile view – .form.form-cart always visible’ is closed to new replies.