This topic has 6 replies, 2 voices, and was last updated 1 years, 8 months ago ago by Tony Rodriguez
Hello,
On the product page when you look from a mobile view;
The add to cart button is slightly smaller.
How can we make them the same size?
It looks great on a PC.
Thanks
Hello @PR,
We hope the following CSS code resolves your issue with the size of the add to cart and buy now buttons on mobile. Please copy and paste the code into XStore >> Theme Options >> Theme Custom CSS >> Global CSS, then clear your browser cache and check back to your site.
@media only screen and (max-width: 767px){
.single-product-builder .et_product-block .single_add_to_cart_button {
min-width: 100% !important;
}
}
If the issue still persists, please provide us with your WP-ADMIN login details in the private content area of this topic. This will enable us to take a closer look at your settings and provide you with a more accurate and specific solution. Please note that you should take a complete backup of your site before doing so.
Also we are not able to inspect on your site as you have the restriction, so please remove it too for a while, so that we will check it by inspecting your site as well.
Best Regards,
8Theme Team.
Hello Tony,
Thank you so much!
We can see that the button now is showing the same on both mobile and pc.
Can you confirm this from your end?
In regards to the inspection element, is the right click or keyboard shortcut not working?
Hello @PR,
We can confirm that the button is displaying correctly on both the desktop and mobile versions. Please find attached screenshots for your reference: under the private content area
We can also confirm that both the right click and shortcut are not working.
Best Regards,
8Theme’s Team
Hello Tony,
Thank you!
Can you put the images on the PCA please?
We will take a look into the right click and shortcut. Most probably a plugin causing this.
Hello @PR,
We are pleased to inform you that the images are now located in the private content area. If you have any further questions or concerns, please do not hesitate to contact us.
We wish you a pleasant day.
This topic is now closed.
Best Regards,
8Theme’s Team
The issue related to '‘Add to cart button appearing a little bit smaller versus buy now button’' has been successfully resolved, and the topic is now closed for further responses