Hello, dear eliza44liz.
Thank you for contacting us and for reporting your problem.
To solve your problem, edit our Total-Soft-Gallery-Video-Widget.php file. Find code in line 5140-5144.
display: grid;
grid-column-gap: <?php echo $TotalSoftGallery_Video_Opt1[0]->TotalSoft_GV_1_03;?>px;
grid-template-columns: repeat(<?php echo $TotalSoftGallery_Video_Opt1[0]->TotalSoft_GV_1_02;?>, 1fr);
Please edit the code and write like this.
display: grid;
grid-column-gap: <?php echo $TotalSoftGallery_Video_Opt1[0]->TotalSoft_GV_1_03;?>px;
grid-template-columns: repeat(<?php echo $TotalSoftGallery_Video_Opt1[0]->TotalSoft_GV_1_02;?>, 1fr);
Find code in line 5167.
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
Please edit the code and write like this.
grid-template-columns: repeat(2, 1fr);
Thank You.
Sincerely, Total-Soft