- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Team,
We have accept hosted payment form with all the billing details.
But here the payment form look like long in hieght.
Instead of scrolling down vertically, how can we display the hosted payment form element horizontaly(Landscap) as like
https://nexwebsites.com/authorizenet/
How can we achieve this.
Thanks in advnace.
Solved! Go to Solution.
โ08-02-2017 12:29 AM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just target your iframe and style with properties like the following:
<iframe id="payframe" name="payframe" style="height:550px;width:100%;border-style:none;"></iframe>
Certified Authorize.net developers

โ08-02-2017 03:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just target your iframe and style with properties like the following:
<iframe id="payframe" name="payframe" style="height:550px;width:100%;border-style:none;"></iframe>
Certified Authorize.net developers

โ08-02-2017 03:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks @NexusSoftware,
Actually we are using iFrame with lightbox popup.
We have particular checkbox and on clicking on that checkbox i am opening iframe in lightbox as given the sample code in github.
Do you have any idea how I can achieve this?
โ08-02-2017 04:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Certified Authorize.net developers

โ08-02-2017 07:18 AM - edited โ08-02-2017 07:29 AM

