Transform 3d not working on mobile

Hi there, 

My site is on testing.zuko-chan.com. I added the code below to the main hero image on the homepage so that it looks good on mobile, and it shows up correctly when you minimize the screen. But it's not working when you view it on an actual mobile device.
Please help! I've tried everything, including vendor prefixes.

@media only screen and (max-width: 700px) {
transform: translate3d(-713px, -26px, 0px) !important;
}
}


Comments

Sign In or Register to comment.