You are viewing limited content. For full access, please sign in.

Question

Question

How can I change a Pagination size to only one of the pages?

asked on August 14, 2022

The pages (each tab) are extremely large.  I need one of the pages to be a smaller size.  How can I accomplish that.

0 0

Replies

replied on August 14, 2022

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?

0 0
replied on August 15, 2022

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 .

Small.png
Larger one.png
Small.png (23.16 KB)
Larger one.png (109.23 KB)
0 0
replied on August 15, 2022

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.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.