[closed] Chelsea Boots repsonsive on browser resize but not mobile phone

I have a few sites using the Chelsea Boots design. The sites look and respond great re. browser resizing, but the responsiveness does not work when viewed on an actual phone.

Has anyone run into this? Thanks… you all have been great helping me solve issues.

It’s missing a meta tag for setting up the mobile viewport… Put this into webskin/types/displayHeaderStandard.cfm below the <title> element:

<meta name="viewport" content="width=device-width, initial-scale=1.0">
1 Like

You guys are awesome! Thank you! Yes, the meta tag solved the problem.

Finally added this fix to the project repo – forgot all about it :frowning: