How do we keep the page down the center when it's spreading?



  • Backwards on 1920s. When the main container is increased, it's moving away. At 100%, the page is equated from the back. At a smaller scale, it's downtown.

    <div class="header">
            <div class="container">
                <div class="row">
                    <div class="header_main">
                        <div class="header_main_content_title">
                            Практический марафон, основанный на синтезе нумерологии, практической психологии и
                            работы с
                            бессознательным от эксперта в области трансперсональной психологии и известного
                            нумеролога —
                            Мары Борониной
                        </div>
                    </div>
                </div>
            </div>
        </div>
    

    .header
    width: 1920px
    margin: 0 auto
    background-color: #555
    &_main
    height: 860px
    padding-top: 27px
    &_title
    margin: 0 auto

    100%
    введите сюда описание изображения

    67%
    введите сюда описание изображения



  • Section header shall be on the whole screen width. All that's to be centralized container

    You're asking for header Width and center:

    width: 1920px
    margin: 0 auto
    

    It's got to be done. container♪ For screens less than 1920px, another width of the container is required through the media.



Suggested Topics

  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2