Jump to content
  • 0

Change the size of the Bulk Edit Form


MyMelody

Question

2 answers to this question

Recommended Posts

  • 0

Hi @MyMelody,

 

The size of the bulk edit form can be changed by adding some CSS code on your Style.

Edit the style you are using, select Source and add the following code under User-defined Style:

div[id^="BulkUpdateForm"][class^="Dialog"]
{
    z-index: 101 !important;
    left: 449px !important;
    top: 77px !important;
    width: 1000px !important;
    height: 500px !important;
}  

Please see screenshot below.

 

image.thumb.png.b9737f77448ec51913904e4e4edcab44.png

 

You can change the height and the width based on what you prefer. 

 

Hope this helps.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...