Quote Originally Posted by picaflor-azul View Post
If you want the cart contents to be visible at all screen resolutions you can edit the tpl_header.php file to add your code and then use the media queries in the responsive.css file to show the code on the mobile sized screens.
I'm not clear on this. The cart contents (along with login/log off, home and checkout links) are displayed in the header when browser window is at most larger sizes. When browser window size s reduced to smartphone size none of these header items are displayed.

So any hints on how to keep the cart contents displaying in the header (at all sizes) but hide ALL the other header links at smartphone screen size?

I can likely work up some logic code to deal with this but just need a nudge in the right direction. Thanks.