diff --git a/projects/player/src/app/components/section/section.component.html b/projects/player/src/app/components/section/section.component.html
index 66f3fb0bfd1b8f6d81826d26226fa6207775d464..68747b62d8a790dfed8418634f915e710440819f 100644
--- a/projects/player/src/app/components/section/section.component.html
+++ b/projects/player/src/app/components/section/section.component.html
@@ -29,6 +29,7 @@
          [style.margin-bottom.px]="element.marginBottom"
          [style.grid-column-start]="element.gridColumnStart"
          [style.grid-column-end]="element.gridColumnEnd"
+         [style.grid-row-start]="element.gridRowStart"
          [style.grid-row-end]="element.gridRowEnd">
       <app-element-overlay
           [elementModel]="element"