Quote Originally Posted by igi2011 View Post
Hi Anne,

Many thanks for this template. I'm tweaking it at the moment and would like the categories header displayed for full screen/desktop view, however this gets "bunched up" in mobile view. is there a way of making this hidden in the same way as the home/login and search disappears when you re-scale?

On localhost at the moment so no link, but I've attached a couple of screenshots:

Click image for larger version. 

Name:	Responsive-Desktop.jpg 
Views:	130 
Size:	55.0 KB 
ID:	13816

Click image for larger version. 

Name:	Responsive-Mobile.jpg 
Views:	120 
Size:	55.2 KB 
ID:	13817




Try adding the following to the template's stylesheet.css

body#popupImage {
width:1000px; text-align:left;
}

Just adjust the width here to the width of your largest image... this probably isn't the definitive fix as I haven't got medium/large images set up yet, but better than before.
You will need to add a display:none; to any element that you don't want to show on the various screen sizes to the correct media queries in the responsive.css file.

Thanks,

Anne