Jump to content

Recommended Posts

Hello,

I create a theme and I got some problems with the responsive design.

Indeed, in mobile mode the website display desktop version of the website and not the mobile one.

I try to put media queries in my css file,  use the viewport meta tag, and link different css file with the media size but there is no success.

 

 

Does someone have an idea ?

Thx

 

 

Link to comment
Share on other sites

There is not the problem...

The main problem is that the website display on mobile and on desktop the same website.

 

This code

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

always display 

<meta name="viewport" content="width=1200">

for every screen size.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...