Responsive Form on Tablet

No matter what I do the form sits on some portrait formatted background. I am trying to create a form that is in landscape on a tablet and no matter what I do it does not work. Any suggestions?

Hello @IT.Joe,

Have you designed the form using Desktop or Web designer?

Have you designed the form for tablets using the form layouts or JavaScript/CSS?

I use the desktop designer and I am using the form layouts. I've created the layout using Grid and Stacks.

@IT.Joe,

You can set the width of the form container using CSS to make the form wider on the tablet.

.form-container.fd-form {
    width: 80% !important;
}