sigpruptticaas
New Member
On my personal site nineballstudio I am encountering a problem with the main headline text \[code\]min-width: 480px\[/code\]. I found out that it was because of the animate.css effect I've used to animate a fade in for this . Is there a way I can \[code\]display:none\[/code\] for the \[code\]span\[/code\] without it affecting the \[code\]span\[/code\] at other widths? I've also tried the following:\[code\]@media only screen and (min-width: 480px){ span { display: none !important; }}\[/code\]