• Resolved ClickOn GmbH

    (@mstonys)


    Hi, any clue why WooCommerce Order page (the one where you enter your Email, Phone, Shipping address etc) is not Responsive in this Theme? the rest looks very nice.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author simplethemes

    (@simplethemes)

    This is pretty easily solved. Add to your stylesheet (preferably woocommerce.css):

    @media only screen and (max-width: 767px) {
      .woocommerce-checkout #wrap .col-1,
      .woocommerce-checkout #wrap .col-2 {
        width: 100%;
        float: left;
      }
    }
    Thread Starter ClickOn GmbH

    (@mstonys)

    nice this works! cool stuff. how about the /cart/ page? can this be corrected as well?

    i hope you can add corrected woocommerce.css in the theme.. thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WooCommerce Order page is not actually Responsive’ is closed to new replies.