Home › Forums › Themes Support › Claue › Checkout pages
- This topic has 10 replies, 2 voices, and was last updated 6 years, 10 months ago by Harry.
-
AuthorPosts
-
-
January 17, 2018 at 11:47 am #16220
These checkout pages use full screen mode which covers too much of the screen on my desktop. How can i adjust the with so not to use as much space for instance to make it like this page.
https://bestfitbybrazil.com/shopallproducts/
CHECKOUT PAGE uses full width here
https://bestfitbybrazil.com/checkout/
Right now i have the YITH checkout buttons running vertical on left side. I want to change them back to horizontal at the top and when i do that’s when you can see the rest of checkout page using full width. So the current view is a temporary fix.
-
January 17, 2018 at 9:56 pm #16232
Hi,
Please go to Pages > Edit (shopping cart and checkout page)
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
January 18, 2018 at 11:22 am #16264
It is unchecked
-
January 18, 2018 at 11:35 am #16266
i had to use design options to size the borders. is this an ok way to do this? will it still be responsive?
-
January 18, 2018 at 3:10 pm #16271
Hi,
I checked your site it now checkout page ok.
Could you explain about this “i had to use design options to size the borders.” I still don’t understand about this.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
January 19, 2018 at 4:40 am #16309
ok when i adjusted margins left and right here it worked for the desktop but completely disappeared on mobile device. How can i get this to work on both?
-
January 19, 2018 at 9:36 pm #16321
Hi,
Please remove margin and add below code
@media only screen and (min-width: 75em) {
body.woocommerce-checkout .jas-container, body.woocommerce-cart .jas-container {
width: 73.125rem;
}
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
January 20, 2018 at 2:51 am #16335
it still spreads the entire width of screen ??
-
January 20, 2018 at 9:29 am #16341
Hi,
Please change to
@media only screen and (min-width: 75em) {
body.woocommerce-checkout .jas-container, body.woocommerce-cart .jas-container {
width: 73.125rem !important;
}
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
January 29, 2018 at 12:26 am #16556
ok that worked but on google chrome browser it resizes the gift box dropdown. only seems to happen in google chrome. see attached.
before i click box, (note the circle is too high. look slightly below that at the shrinken box)
AFTER CLICK
-
January 29, 2018 at 4:46 pm #16562
Hi,
This issue related to plugin you using for gift box, please ask support from plugin author.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
-
-
AuthorPosts
You must be logged in to reply to this topic.