hide breadcrump on mobile/small screens
Rolfvp
Registered Users Posts: 57 Big grins
Breadcrumps dont wrap/resize on mobile small screens, looks terrible and makes the page loose in horisontal direction. It is reported as a bug here: http://www.dgrin.com/showthread.php?t=239915
Is there a way to remove breadcrumps when viewed on mobile small screen?
Is there a way to remove breadcrumps when viewed on mobile small screen?
0
Comments
http://www.aaronmphotography.com/Customizations/Sitewide/Screen-Width-Customizations
The code you will need is:
.sm-breadcrumb { display:none; }
SmugMug Support Hero