Syakir

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Custom Checkout page Foodbook Dissapear #11557
    Syakir
    Participant

    Okay, can you provide me the code to arrange the checkout field to become 2 column since Foodbook plugin prevent it. Like I posted above, I tried to use the code I wrote but with Foodbook, it doesnt apply.

    in reply to: How to arrange Add To Cart Floating Widget #11556
    Syakir
    Participant

    Can you provide me with the CSS code?

    in reply to: Custom Checkout page Foodbook Dissapear #11542
    Syakir
    Participant

    As an extra notes to this issue, I tried to create 2 column with this CSS:

    @media (min-width: 768px){
    #customer_details{
    width: 60%;
    float: left;
    }
    #order_review_heading{
    width: 30%;
    float: left;
    }
    #order_review{
    width: 40%;
    float: left;
    padding-right: 50px;
    }
    .woocommerce table.shop_table td{
    width: 50%;
    }
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
    width: 100%;
    }
    }

    I deactivated the Foodbook plugin, and it works! So I believe that Foodbook plugin is preventing the checkout page to create 2 column. Hope to get help on this.

    in reply to: Delivery Availability Checker Not responding #11531
    Syakir
    Participant

    PHP Version 8.0.11
    WordPress Version 5.8.1

    Server host by Digitalocean and Cloudflare.

Viewing 4 posts - 1 through 4 (of 4 total)