Order summary with css not formatted correctly in Rehub theme
-
Hello first, I would like to praise the beautiful work you are doing with this plugin, that it stays that way and has a long life.
I use the ReHub theme and noticed that the order summary section is not formatted correctly as per the print.To work around this situation I added a custom css below:
.re_woocheckout_order{ float: left!important; width: 100%!important; border: 0px solid #dbdbdb !important; padding:0px !important; background-color: #fff; } .fc-checkout-order-review__edit-cart{ float: right; }
I also had to change the position of the text “edit cart” with the following css:
form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table img { width: 72px !important; height: auto !important; } @media (min-width: 1000px) { form.woocommerce-checkout .fc-wrapper #order_review table.woocommerce-checkout-review-order-table img { width: 72px !important; } }
It’s working this way, I would like to know if I did it the right way and if I will have an update to support the ReHub theme?
Thank you very muchThe page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Order summary with css not formatted correctly in Rehub theme’ is closed to new replies.