Just use the !important flag since the tooltip position is styled inline.

@media (max-width: 767px) {
    .tooltip .right {
        display: none !important;
    }
 }

On Tuesday, April 17, 2012 10:21:02 AM UTC+12, raddevon wrote:
>
> Hey, everyone. I'm trying to hide my tooltips placed to the right on the 
> mobile version of my bootstrap site. I thought this CSS would work, but it 
> doesn't.
>  @media (max-width: 767px) {
>     .tooltip .right {
>         display: none;
>     }
>  }
> Can anyone suggest a way to do this? Thanks in advance.
>

-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to