I am looking for help on how to adjust the width of the 2 views I have on a page side by side.
Currently, I have a table view on the left and a form view on the right. The form view doesn’t need to be very wide but the way the layouts work currently they each take up 1/2 the page width, I was hoping more for a 75/25 or 67/33 type of layout.
I have seen different layouts inside views, but not on the pages.
This isn’t possible with Knacks standard features. It may be possible with CSS but I’m not a coder You could use a blank rich text field and add that to reduce the width.
I had seen that on the Details view, but that only works inside that view. What I was hoping for is where you can do that for the whole page.
Although it may not be possible becuase of the way the views stack themselves on a mobile or skinny view. Was just hoping there was something out there.
In CSS you can easily add margins between views to apply in diferent screen sizes. But it does take some time to adjust them correctly because in desktop it might be margin-left, and smatphone margin-top.
Knack said they are now working with highest priority on the Live App design.
This means that if your viewport is above 768px (mobile) if you make your grid view 70% this will take up more of your screen if the width is bigger than mobile else it will revert to it normal state for mobile.