M
M
McMike2017-07-21 09:42:05
css
McMike, 2017-07-21 09:42:05

How to fix the layout for mobile devices?

There is a working project with a registration page with a form on it. The client wants this page to be left-aligned on mobile devices, not centered.
How to implement it?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
iBird Rose, 2017-07-21
@McMike

@media (max-width: 767px) {
    .твоя_форма {text-align: left;}
}

E
Egor Zhivagin, 2017-07-21
@Krasnodar_etc

css

@media (max-width: 666px) {
// меняете выравнивание
}

Vsmysle, how to implement? Just like in the center, only on the left side)) Depending on how the alignment was done

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question