• Resolved DimitrisBasdekis

    (@theprojectgarments)


    Hello , i have noticed that the 3ds pop up is too small and in result the user has to scroll inside the pop up in order to enter the code. Is there a way to make this pop up larger ?
    thank you

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Clayton R

    (@mrclayton)

    Hi @theprojectgarments

    The 3DS pop up is rendered by the Braintree SDK so I’ll have to check and see if they support any sizing options.

    I believe the size is dynamically set and so customization may be limited.

    I’ll also check if any css can be used to increase the size.

    Kind regards

    Plugin Author Clayton R

    (@mrclayton)

    Hi @theprojectgarments,

    After reviewing, you can control some aspects of the 3DS popup using CSS. You can control the height of the popup and thus the scroll using the element ID Cardinal-CCA-IFrame and Cardinal-ModalContent.

    Example:

    #Cardinal-CCA-IFrame{
        height: 600px !important;
    }
    
    #Cardinal-ModalContent.size-01, #Cardinal-ModalContent.size-02{
    	height: 600px !important;
    }

    Kind Regards,

    Thread Starter DimitrisBasdekis

    (@theprojectgarments)

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘make 3ds popup larger’ is closed to new replies.