Mobile and Desktop version malfunction
-
Hello!
I’ve already tried differents solutions you offered to fix the view in mobile devices but I cannot make it work properly.
Currently I have this css applied:
header {
margin-top: 60px !important;
}
@media only screen and (max-width: 478px) {
header {
margin-top: 80px !important;
}
}Could you give a look at it?
Thanks!The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Mobile and Desktop version malfunction’ is closed to new replies.