Home › Forums › Trusted Pro › Trouble on mobile devices › Reply To: Trouble on mobile devices
June 5, 2018 at 4:49 pm
#4919
Andy
Keymaster
To put the button below the product title on mobile devices
@media screen and (max-width: 768px) {
.woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce ul.products li.product .button,
.woocommerce a.added_to_cart {
position: relative;
right: auto;
top: auto;
margin: 0 15px 15px 15px;
filter: Alpha(Opacity=1);
opacity: 1;
visibility: visible;
}
}