creativetimofficial / ct-paper-dashboard-pro-angular

8 stars 10 forks source link

lock page problem #2

Closed YeoDaeHwi closed 6 years ago

YeoDaeHwi commented 6 years ago

please help .

landscape mode problem.

2017-09-14 1 56 23

regards.

dragosct commented 6 years ago

Hi @YeoDaeHwi! The issue on the landscape mode can be fixed by simple going in your project in assets/sass/paper/_pages.scss and inside of this partial please search for the following lines of code:

.lock-page{
     .card-lock{
        text-align: center;
        width: 300px;
        margin: 30px auto 0;
        padding: 30px;
        position: absolute;
        left: 50%;
        margin-left: -150px;
        display: block;
     }
}

Now please remove the properties: position: absolute;, display: block;, text-align: center;. After you do that please compile your scss with Koala and be sure that your output path is assets/css/paper-dashboard.css.

Hope that will help you!

Regards, Dragos