Hello , I want to change the position of the box where are the payment options , I want to let her down the checkout fields and not on the side as it is the default theme , is this possible?
Thank You
This topic has 8 replies, 3 voices, and was last updated 10 years, 1 months ago ago by Eva Kemp
Hello , I want to change the position of the box where are the payment options , I want to let her down the checkout fields and not on the side as it is the default theme , is this possible?
Thank You
Hello,
Could you please clarify with more details what exactly you want to do?
Maybe provide screenshot for our better understanding and highlight what exactly you want.
Regards,
Robert Hall.
I just want to change the position , do not know how to explain better Robert , i do not know the name of the components 🙁
Thnak you

You can try to add this code in Global Custom CSS.
.woocommerce-checkout .col-lg-7 {
float:right;
}
Regards,
Robert Hall.
Thank you Robet, this css worked, but I like to leave under the checkout fields.
Hello,
Please try to use this code in Theme Options > Custom CSS > Custom CSS for desktop:
.woocommerce-checkout .col-lg-7 {
width: 100%;
}
Regards,
Eva Kemp.
Thank you Eva 😀
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Checkout Box Position’' has been successfully resolved, and the topic is now closed for further responses