I am using Miva 9 with Suivant ReadyTheme. Is there a way to turn off "breadcrumbs" only on the mobile side of my responsive site? If so, how?
Thanks, Candy
Thanks, Candy
[COLOR=#A52A2A][FONT=Consolas]@media screen and (max-width: 420px) [/FONT][/COLOR][COLOR=#000000][FONT=Consolas]{[/FONT][/COLOR]
[COLOR=#A52A2A][FONT=Consolas] //hide breadcrumbs[/FONT][/COLOR]
[COLOR=#000000][FONT=Consolas]}[/FONT][/COLOR]
[COLOR=#A52A2A][FONT=Consolas]@media screen and (max-width: 420px) [/FONT][/COLOR][COLOR=#000000][FONT=Consolas]{[/FONT][/COLOR]
[COLOR=#A52A2A][FONT=Consolas] //hide breadcrumbs[/FONT][/COLOR]
[COLOR=#000000][FONT=Consolas]}[/FONT][/COLOR]
Comment