Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #625010

    hi guys

    the problem occurs only on mobile devices on the checkout page of the shop where you fill out your shipping info

    the two input fields “email” and “telephone” are not on the same line, is there a css code to put them in line? so that the input fields are on the same height?

    picture what i mean
    https://www.dropbox.com/s/rqamao7ecvmpo61/mobile%20shop%20checkout%20layout%20problem.PNG?dl=0

    see more info in private section

    thanks
    richard

    #626188

    Hey richardhofer83,

    Thank you for sharing the screenshot to specify the issue.

    We checked quite a few products and tried to add it in the cart but at the moment it looks like almost all the products are out of stock. We would gladly help you fix this using custom css but we need to be able to inspect the element. Please let us know if there are any products in stock that we can try adding it to cart and help you fix this issue.

    Best regards,
    Vinnie

    #626289

    sorry now you can try it see link in private

    #626601

    Hi!

    Please add following code to Quick CSS

    @media only screen and (max-width: 480px) {
    .form-row-first, .form-row-last { width: 100% !important; margin: 0 !important; }}

    Best regards,
    Yigit

    #626731

    yes perfect, thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘layout problem on the checkout page | only on mobile devices |’ is closed to new replies.