I have just downloaded a html template from a campaign site (they should know how to make it super compatible to all the devices and OSs).
Unfortunately, when using it as a fixed file template it complains (warning in the message log) about unknown variables:
Code: Select all
@media only screen and (max-width: 620px) {
[class=wrapper] {
min-width: 318px !important;
width: 100% !important;
}
[class=wrapper] .one-col,
[class=wrapper] .two-col,
[class=wrapper] .three-col {
width: 318px !important;
}
[class=wrapper] .column,
[class=wrapper] .gutter {
display: block;
float: left;
width: 318px !important;
}
Now everything seems to work fine but I wonder whether there is a way to avoid this "misunderstanding"
Thanks
Ariel