This topic has 2 replies, 2 voices, and was last updated 10 months, 3 weeks ago ago by Tony Rodriguez
Hi, the sticky add to cart on product pages is broken on mobile view, is there any way to fix that?
Hello, @WebDev,
Thank you for choosing XStore as your WooCommerce WordPress theme.
We would like to assist you in resolving your issue. Kindly proceed by copying and pasting the provided CSS code into the designated area located at XStore > Theme Options > Theme Custom CSS > Global CSS.
Upon completion, the outcome should resemble the example provided. https://imgur.com/s6lUOD7
@media only screen and (max-width: 768px) {
.etheme-sticky-cart .single_add_to_cart_button.button {
min-width: 120px !important;
}
}
We trust this will be of assistance to you. Should you require any further support, please do not hesitate to contact us.
Best Regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up