This topic has 2 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
Hi!
I got that text area in the middle which gives me responsive problems. At the demo, normally that text area is at the end of the page. The checkout page should have with only 2 columns not 3.
Screenshot
https://www.photobox.co.uk/my/photo/full?photo_id=500727068922
Thank you
Hello,
The problem with responsive is caused by custom css – https://prnt.sc/j6syba
You can add this code in Theme Options > Styling > Custom css http://prntscr.com/j6szmx :
.woocommerce .woocommerce-checkout .col2-set .col-1, .woocommerce .woocommerce-checkout .col2-set .col-2 {
width: 100%;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up