• Resolved eudigitalis

    (@eudigitalis)


    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 much

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Diego Versiani

    (@diegoversiani)

    Hi @eudigitalis,

    Thanks for reaching out.

    I’ve contacted the theme authors to see if they are willing to collaborate to add compatibility between Fluid Checkout and ReHub.

    I’ll update you once I get a response.

    Best,
    Diego

    Thread Starter eudigitalis

    (@eudigitalis)

    Thank you @diegoversiani for your dedication to helping!

    Plugin Author Diego Versiani

    (@diegoversiani)

    Hi @eudigitalis,

    The Rehub theme authors never replied to our messages.

    I suggest you contact the theme authors and ask if they can add compatibility with Fluid Checkout from their end.

    Another option would be if you could buy us a separate license for the theme. We do not have the resources to buy licenses of premium themes and plugins to add compatibility with Fluid Checkout.

    In that case, we ask you to contact us via our official support channel:
    https://support.fluidcheckout.com/portal/en/newticket

    Because we can’t really do much without the theme files, I’m going to close this topic.

    Best,
    Diego

    Thread Starter eudigitalis

    (@eudigitalis)

    thanks

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.