Element for iPad mobile responsive is different from the rest of the orientations.
So I have launched my digital agency's website and for some reason when looking at the iPad version the letters appear like they're in a box when it's not supposed to. I need help figuring out this problem
HTML
CSS including animation
1 Reply
it looks like your span (or parent) has overflow hidden.
You could try adding
overflow: visible;
either to the containers or to the .flicker and .fast-flicker selectors.