Hello, Thank you.
Now this code work:
/* header modification */
.stred-mobile {
float: left;
}
@media screen and (max-width: 810px) {
.stred-mobile {
float: none;
padding: 0;}
}
It’s works on my Android phone with Chrome browser, but not enough with opera browser not. It’s still using normal .stred-mobile on height, but when I rotate my phone on width it’s using stred-mobile in @media screen… .
Footer is automatic modified on phone without my change.
And I see I have to change any view port from 720px to 810px in navigation panel because of this:
View post on imgur.com
Do you know which, please?