This topic has 10 replies, 3 voices, and was last updated 1 years, 4 months ago ago by Tony Rodriguez
Hello
I don’t place the “buy now” button in side by side. https://ibb.co/RQs82wy
May be you can understand what I want but I give a sample to better understand https://ibb.co/z6kRZ4q
Hello, @alimrangpby,
Thank you so much for purchasing our theme and contacting our support center.
Do you mean that you would like to have both an “Add to Cart” and a “Buy Now” button on the same line when viewed on a mobile device?
we request that you provide us with URL and temporary access to the wp-admin of your website. This will enable us to take a closer look at your settings and provide you with a more accurate and specific solution.
To do this, please follow these steps:
– Create an account via Dashboard (Users > Add new) with administrator role. Refer to the following image for guidance: http://prntscr.com/s3rc9m
– Provide us with the username and password for the newly created account via the Private Content area. Refer to the following image for guidance: http://prntscr.com/s5mao7
– Any email address can be used for the new account, it does not have to be your personal email.
Please let us know once you have completed these steps, and we will promptly review your account information and provide assistance as soon as possible.
Kind Regards,
8theme team
Right, I need both “Add to Cart” and a “Buy Now” button on the same line mobile and desktop both version.
Hello, Alimrangpby,
Thank you for contacting us and for using XStore.
Please try code from this topic – https://www.8theme.com/topic/i-looking-at-to-add-to-card-buy-now-button-nearby-near-how-can-go-here-please-guide-me/#post-360117
Kind Regards,
8theme team
//There is an empty sidebar, so disable it via Single Product Builder to remove empty white space from the right.// how can i do that?
Hello, Alimrangpby,
Thank you for your response.
This is not needed in your case. You just need to add the next code in Theme options > Theme custom CSS > Global:
.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;
}
Kind Regards,
8theme team
Thank you. Code working but there is no space between two button in mobile version https://ibb.co/wWQXVQc. Desktop version is working fine.
Hello, @alimrangpby,
In order to solve your issue, Please copy and paste the following CSS code into Xstore >> Theme Options >> Theme Custom CSS >> Global CSS and then clear your browser cache. This should resolve your issue and the result should look like this: https://imgur.com/FfcWP75
@media (max-width: 767px) {
.single-product-builder .single_add_to_cart_button.button{
margin-top: 15px !important;
}
}
Best Regards,
8Theme’s Team.
Thank you. Now It’s working fine.
Hello, @alimrangpby,
We appreciate your feedback and are glad to know that you are satisfied with our product and services.
We kindly request you to consider leaving a 5-star rating for our theme and customer and technical support by visiting http://themeforest.net/downloads. Your feedback and positive review would not only help us improve our product but also encourage us to provide better support in the future. It means a lot to us and we are grateful for your support.
If you have any further queries or concerns, please feel free to contact us anytime. We are always here to assist you.
Thank you again for choosing our product and services.
This topic is now closed!
Best regards,
8Theme’s Team.
Tagged: buttons, buy now, option, side by side, templates, woocommerce, wordpress
The issue related to '‘I need side by side buy now button option?’' has been successfully resolved, and the topic is now closed for further responses