• Resolved dazpurdy

    (@dazpurdy)


    Please can you help? My woocommerce basket screen on mobile devices only is squashed to the left hand side of the screen. I would like this to be full screen.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey @dazpurdy

    It looks like this is caused by a plugin you have installed called Custom Registration Form Builder, so you might want to check if there’s a setting in there that you should change.

    If you can’t find that, you can add the following CSS code to fix it, though it might have an impact on forms you have made using the Custom Registration Form Builder plugin:

    @media screen and (max-width: 700px) {
        table {
            display: table;
        }
    }
    Thread Starter dazpurdy

    (@dazpurdy)

    thanks, I removed a plugin called Registration Magic and that solved the issue.

    Glad to hear it – thanks for letting us know!

    I’ll mark this thread as resolved now. If you have any further questions, I recommend creating a new thread.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Woocommerce Basket is half screen on mobile device’ is closed to new replies.