
One question, though: I'm seeing that my homepage doesn't do the parallax effects when viewed on (iOS) mobiles. Is this intended or can it be fixed?
My site was built from scratch, so not via the Quick Start package.
Thanks!
@media (max-width: 1040px) {
.box.parallax {
background-attachment: fixed;
}
}