Hello, I have this screen with fullwidth buttons. the mobile it does not load full. Why?
Link – http://www.milk9.com.br/qlrweb/
What should I do to charge full on mobile?
Hi!
Change your #principalsql
code to:
.responsive #top #principalsql .container {
max-width: 100%;
padding: 0;
margin: 0;
width: 100%;
}
Best regards,
Josue
Hello Josue.
I need help. I have two identical pages.
This is full as I want.
http://www.milk9.com.br/qlrweb/
///////
But this below is not opening full. Why? The two are equal. What is wrong with this?
http://www.milk9.com.br/qlrweb2/principal/
Hi!
Double check your Quick CSS code, you have a missing closing bracket “}” here:
span.copyright {
width: 100%;
text-align: center;
Regards,
Josue
Tks Josue.
Perfect