The pages (each tab) are extremely large. I need one of the pages to be a smaller size. How can I accomplish that.
Question
Question
Replies
What exactly do you mean when you say the pages/tabs are extremely large? Are you referring to the width or height? And are you referring to how they appear in the browser or in the saved copies?
Sorry, I should have clarified that. I am referring to the width. It is set at 1600 px. and landscape. I need to create a page for data entry and it needs to be much smaller. How can I change to Portrait and smaller width without affecting the other pages? Attaching a copy of the large and the one that I need smaller so you can see the difference .
Are you talking about the size of the page in the Web interface, or when the form is saved to the repository? The Landscape/Portrait option really only applies to the copy saved to the repository.
You can inspect the page and get the id of the specific cf-page you want to control, however, the issue is that the overall width is set by the cf-form. Forms uses a responsive design so by default the pages/content just scale to fit.
If the problem isn't the "wrapper" and you just want the content of that page to be controlled, I'd suggest putting it in a section with the header hidden, adding a custom class to the section, then using CSS to restrict it's width, position, etc.
You could use CSS to adjust the entire page, but you can't assign custom classes to pages, and there's more to account for with that approach.