how to adjust grid width 2nd try

Confluence User - 25 Feb, 2022

how to adjust grid width not the column


grid.PNG

forms

1


28 Feb, 2022
confluenceUser
confluenceUser

Do try with the following CSS script in Form Custom HTML and place this element in your form with advance grid:

<style>
div.pq-grid-inner {
    width: 60%!important;
}
</style>
RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print