How to modify this section width using html or css ? - DAWN theme

Hi, I would like to modify the width of this section to make it match the others on the page. Does anyone know how to fix this? Thank you for your help.

Store URL: https://inkly.fr/

It looks normal in the shopify theme editor:

Hi @INKLY ,

In the theme editor you only uncheck fullwidth option. You can refer screenshot below:

Hi @EBOOST thank your for your answer, however, this happens when I uncheck the full-width option

Hi,

If you uncheck that option that is not work.

May I suggest to update code these steps:

  1. Go to Store Online-> theme β†’ edit code

  1. Assets/base.css
  2. Add code below to end of file
#shopify-section-template--19593408905481__ss_video_socials_yKzKnr 
.section-template--19593408905481__ss_video_socials_yKzKnr-settings {
  max-width: var(--page-width);
 
}

Thank you very much !! @EBOOST