Shape 5

Joomla Templates => Incline - Club => : vjmanzo August 12, 2015, 10:08:43 AM



: Breadcrumb position disappears on mobile
: vjmanzo August 12, 2015, 10:08:43 AM
Hello,

I have some text in the Breadcrumbs position on my site that appears fine when viewed on a desktop computer, but vanishes when viewed on iOS. I've tested it with two iPads and two iPhones. I've removed the image from the background to see if perhaps it was too large and was mashing the position, but it doesn't seem to be. Again, the position appears normal when viewed on a desktop.

Please advise!


: Re: Breadcrumb position disappears on mobile
: mikenicoll August 13, 2015, 12:29:14 AM
Hello,

This is hidden via this coding in the s5_responsive.css file.

:
@media screen and (max-width: 970px) {
  #s5_breadcrumb_wrap { display: none; }

Regards,


: Re: Breadcrumb position disappears on mobile
: vjmanzo August 14, 2015, 05:50:27 PM
Thanks!


: Re: Breadcrumb position disappears on mobile
: mikenicoll August 16, 2015, 07:55:33 PM
NP :)