• Author
    Posts
    • #21674
      Bryan Berghoef
      Participant

      Hello-
      I have installed Blogg Pro for my website, and it looks beautiful on both the desktop and mobile versions. However, when you add an item from the shop to the cart, then go to checkout – the forms for name, address, etc. do not show up properly on mobile – the text is vertical, very stretched out, and the text boxes are super tiny. Any ideas? Thanks in advance.

      The website is woodbywinston.com.

      Bryan

    • #21680

      Hi Bryan,

      I see the issue. I have applied a fix in the theme and it will be ready for the next update, but for now, you can use the below CSS code in Appearance > Customize > Additional CSS:

      @media screen and (max-width: 767px) {
      .woocommerce-checkout #customer_details .col-1,
      .woocommerce-checkout #customer_details .col-2 {
      max-width: initial;
      padding: 0;
      }
      }

    • #21681
      Bryan Berghoef
      Participant

      Great. Thank you!

Viewing 2 reply threads
  • You must be logged in to reply to this topic.