This topic has 3 replies, 3 voices, and was last updated 8 months, 2 weeks ago ago by Andrew Mitchell
Hi there,
I would like to check if there is a way to align the Apple Pay and GPay buttons on the product page as they are looking funny. Can this be aligned to have buttons one after another for Google Pay and apple pay?
Hello, @Suit4u.co,
Thank you for contacting us and for using XStore.
In order to address the concern you have encountered, we kindly ask that you implement the following CSS code. Please navigate to the ‘Theme Options’ section within the XStore control panel, proceed to ‘Theme Custom CSS’, and then insert the code into the ‘Global CSS’ area:
.single-product-builder .et-or-wrapper {
display:none;
}
.single-product-builder form.cart {
display: flex;
}
.single-product-builder .single_add_to_cart_button {
margin-right: 10px !important;
}
.single-product div#wc-revolut-payment-request-container {
padding-top: 4.5em !important;
}
The result should look like this: https://imgur.com/h57u7uW
We are optimistic that this adjustment will effectively resolve the issue at hand. Should you require any further assistance, please do not hesitate to reach out.
Warm regards,
The 8Theme Team
Dear Suit4u.co,
We trust our theme is enhancing your experience. Taking a brief moment to rate it with a glowing 5 stars on ThemeForest would be immensely appreciated. Your feedback holds significant value for us.
Click here to rate now: https://themeforest.net/downloads
Thank you sincerely for your ongoing support!
Best Regards,
The 8Theme Team
The issue related to '‘Apple Pay/GPay not aligned on the product page’' has been successfully resolved, and the topic is now closed for further responses