This might be a silly question, I am quite confident in CSS and am starting to learn more about Javascript, essentially I am trying to fix more problems myself rather than relying on my freelance programmer however I have become a bit stumped.
If you visit http://www.giftshuffle.co.uk and minimise the screen down to mobile size, the titles start to pull away from the images.
The site is using foundation framework for responsiveness.
Any idea? Where I should be looking?
Thanks
Oliver
Use media queries for responsive design.
For your case add below code in css: