Skip to main content

Search

Centering form within Page Viewer

Comments

1 comment

  • ArdeviaForum

    Original Post by iryna (Imported from Ardevia Forum)

    We are not able to reproduce. The form with the following script is centered fine in all browsers.

     

    Code:

    <style> #onetIDListForm {
    width:100% !important;
    display:table !important
    }
    div.ard-formwebpart {
      margin: 0 auto !important;
      display:table !important;
    }
    </style>
    
    0

Please sign in to leave a comment.