New Landing How can we help? Atelier Mobile checkout screen – "notes box"

Viewing 14 posts - 1 through 14 (of 14 total)
  • Posted in: Atelier
  • #201586
    wtflovelife
    Member
    Post count: 113

    Hi! I am having a weird issue on mobile with the “order notes” box. You can see in the screenshot that the line breaks. Is there something I can do to fix that?

    Attachments:
    You must be logged in to view attached files.
    #201678
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media only screen and (max-width: 479px) {
    .woocommerce form #customer_details .form-row textarea{
    padding:0px !important;
    font-size:8px !important;
    }
    }

    Thanks
    Mohammad

    #201908
    wtflovelife
    Member
    Post count: 113

    Hi! Thanks for the reply – I cleared my cache and everything and this doesn’t seem to work.

    #201916
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Where did you inserted this code? Are you using any cache plugin?
    Thanks
    Mohammad

    #201929
    wtflovelife
    Member
    Post count: 113

    I added it to the custom CSS box. I have no caching plugins installed

    #201962
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You have this wrong code </style><style> in custom css box that is cause to issue of failure of code.
    Thanks
    Mohammad

    #201965
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    For me the problem seems to be the margin bottom, just in case try the code below.

    @media only screen and (max-device-width: 480px){
    .woocommerce form #customer_details .form-row {
      margin-bottom: 15px!important;
    }
    }

    -Rui

    #201984
    wtflovelife
    Member
    Post count: 113

    Thank you guys! Rui – your code worked!

    #201988
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Great thanks to Rui.
    Mohammad

    #208121
    wtflovelife
    Member
    Post count: 113

    Sorry to open this back up but I have another question about this box! Is there a way to remove the two small lines that cause the box to open more when a user drags the corner? On my screen if they drag – it goes off the page! I’d rather it just stay one small size.

    #208127
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .woocommerce form #customer_details .form-row textarea{
    resize:none !important;
    }

    Thanks
    Mohammad

    #208128
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Sure, please use this CSS in your theme options:

    textarea[name=order_comments] {
        resize: none;
    }

    Thanks.

    #208147
    wtflovelife
    Member
    Post count: 113

    Thanks SO much!

    #208154
    David Martin – Support
    Moderator
    Post count: 20834

    Glad it’s resolved, thanks Mohammad!

    – David.

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register