Having trouble with side scrolling on mobile devices. I've set two @media queries for tablet and mobile.
Visit dev.bdbshop.com
@media only screen and (max-width: 767px) {
.wrap { max-width: 300px; }
Could the issue be related to this? Any suggestions on using percentages instead?
Considering adding a third @media query for more specific percentages - currently, the breakpoints seem too wide. Thoughts?