@tommydamic68
Let's start again. I know your notifications work. I'm trying to help you work out why they are still showing to your mobile users.
Remove any existing code related to Notifications in EXTRA.css.
Replace it with:
Does it still show to iPad users? If it does, what orientation is their iPad in? Landscape or portrait or both?
???
Let's start again. I know your notifications work. I'm trying to help you work out why they are still showing to your mobile users.
Remove any existing code related to Notifications in EXTRA.css.
Replace it with:
Code:
@media (max-width:@maxResponsiveWideWidth)
{
.Responsive #GritterContainer {display:none;}
}
Does it still show to iPad users? If it does, what orientation is their iPad in? Landscape or portrait or both?
@Chris Deeming - thanks for the help, I didn't think I would have to do this much work for a simple solution for an add on I paid for. No worries.![]()
???