Home › Forums › WooCommerce Personalized Product Options Manager (PPOM) › Quantity input hidden and buy button on wrong place › Reply To: Quantity input hidden and buy button on wrong place
June 3, 2018 at 5:48 am
#8905
Keymaster
Hi,
we have found the issue, its in your theme css:
https://www.oficinadochef.com.br/novo/wp-content/themes/wowmall/wowmall/assets/scss/woo/single.scss
in above css search
form.cart {
width: 100%;
@media (min-width: 480px) and (max-width: 767px) {
max-width: 100%;
padding-right: 20px;
display: flex;
width: auto;
}
and remove
display: flex;
it will fix this issue.